This commit is contained in:
Xu Chang 2022-07-06 18:38:32 +08:00
parent 4691b1e620
commit 3180885a20
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"clean": "rimraf lib/",
"copy-files": "copyfiles -u 1 src/**/*.css lib/",
"build": "tsc && npm run copy-files",
"test": "ts-node ./test/test2.ts"
"test": "ts-node ./test/test.ts"
},
"main": "src/index"
}