replace package.json scripts with just.

This commit is contained in:
fiatjaf
2023-02-08 09:46:26 -03:00
parent da59e3ce90
commit 3710866430
4 changed files with 25 additions and 11 deletions

View File

@@ -38,10 +38,5 @@
"tsd": "^0.22.0",
"typescript": "^4.9.4",
"websocket-polyfill": "^0.0.3"
},
"scripts": {
"build": "node build.js",
"pretest": "node build.js",
"test": "jest"
}
}