changed npm trigger prepack to prepare

This commit is contained in:
Kononnable 2019-08-27 20:16:39 +02:00
parent 924a284303
commit 85f9194c5d

View File

@ -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",