Skip to content

Commit

Permalink
fix package json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Mar 26, 2024
1 parent 168adba commit 76dbb92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76dbb92

Please sign in to comment.