Skip to content

Commit

Permalink
Revert "changed script to preversion"
Browse files Browse the repository at this point in the history
This reverts commit ba06346.
  • Loading branch information
ntotten committed Mar 21, 2024
1 parent f784ded commit 3a40062
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 @@ -74,7 +74,7 @@
"prettier": "prettier --write '**/*.{ts,json,md,hbs,yml,js}'",
"test-compile": "yarn clean && tsc -p ./ && yarn webpack && cp -r ./src/worker ./out",
"test": "node ./out/test/runTests.js",
"preversion": "node ./scripts/version.js && git add CHANGELOG.md",
"version": "node ./scripts/version.js && git add CHANGELOG.md",
"vscode:prepublish": "webpack --mode production",
"watch": "tsc --watch -p ./",
"webpack-dev": "webpack --mode development --watch",
Expand Down

0 comments on commit 3a40062

Please sign in to comment.