This commit is contained in:
xiaojunnuo
2024-10-10 21:50:04 +08:00
parent 79f8e5bf47
commit 50173aa265
11 changed files with 11 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@
"scripts": {
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
"build": "npm run before-build && tsc --skipLibCheck",
"dev-build": "npm run build",
"test": "midway-bin test --ts -V",
"test1": "midway-bin test --ts -V -f test/blank.test.ts -t 'hash-check'",
"cov": "midway-bin cov --ts",