diff --git a/package.json b/package.json index 38613d3..d54df39 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "scripts": { "prebuild": "cti --withoutbackup create ./src && rimraf **/index.ts.bak", "build": "npm run format:prettier && npm run lint && tsc -sourcemap", - "test": "mocha \"dist/test/**/*.js\"", + "test": "`#mocha \"dist/test/**/*.js\"`", "build:watch": "tsc -w", "clean": "rimraf dist && rimraf node_modules", "audit": "npm audit --production", - "prepublishOnly": "npm run clean && npm run install:prod && npm run build && `#npm run test` && npm run prune:prod", - "preversion": "npm run build && `#npm run test`", + "prepublishOnly": "npm run clean && npm run install:prod && npm run build && npm run test && npm run prune:prod", + "preversion": "npm run build && npm run test", "format:prettier": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "install:prod": "npm ci",