Skip to content

Commit

Permalink
fix: prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Mar 15, 2024
1 parent 8c13b55 commit 7e21ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint --ignore-path .gitignore --ext .ts",
"lint:fix": "eslint --ignore-path .gitignore --ext .ts --fix",
"mocha": "TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.json --node-env=test --exit",
"prepublishOnly": "ts-node scripts/prepublishOnly.ts",
"prepublishOnly": "node scripts/prepublishOnly.js",
"start:docusaurus": "cd docs && npm run start",
"test": "npm run lint && npm run mocha -- test/**/*.test.ts test/*.test.ts",
"test:mocha": "npm run mocha -- test/**/*.test.ts",
Expand Down

0 comments on commit 7e21ab8

Please sign in to comment.