diff --git a/package.json b/package.json index e21c898..bd32720 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,9 @@ "release:major:beta": "npm run lint:check && standard-version --prerelease --release-as major", "release:beta": "standard-version --prerelease", "tsc-local": "./node_modules/.bin/tsc", - "mocha-local": "cross-env TS_NODE_PROJECT='tsconfig.json' node ./node_modules/mocha/bin/mocha", "test": "jest --config=jest.config.ts", "ts-node-local": "./node_modules/.bin/ts-node", - "prepublishOnly": "npm run lint:check && npm run test:all", + "prepublishOnly": "npm run lint:check && npm run test", "publish:beta": "npm publish --tag=next", "build:es6": "tsc -m es6 --outDir dist/es6 --p tsconfig.prod.json", "build:esnext": "tsc -m esnext --outDir dist/esnext --p tsconfig.prod.json",