changed npm trigger prepack to prepare
This commit is contained in:
parent
924a284303
commit
85f9194c5d
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "ts-node ./src/index.ts",
|
||||
"build": "tsc && ncp src/entity.mst dist/src/entity.mst",
|
||||
"prepack": "npm run build",
|
||||
"prepare": "npm run build",
|
||||
"pretest": "tsc --noEmit",
|
||||
"test": "nyc --reporter=lcov ts-node ./node_modules/mocha/bin/_mocha test/**/*.test.ts -- -R spec --bail",
|
||||
"posttest": "eslint ./**/*.ts ./src/**/*.ts ./test/**/*.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user