Skip to content

Commit

Permalink
Update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 7, 2024
1 parent ff9648b commit 1d2642e
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 @@ -44,7 +44,7 @@
"test": "npm run lint && mocha ./tests/server.test.js && karma start",
"test-remote": "npm run test -- --remote",
"test-watch": "karma start --auto-watch --no-single-run",
"version": "npm run build && npm test && git add -A dist"
"version": "npm run build && npm test"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit 1d2642e

Please sign in to comment.