Skip to content

Commit

Permalink
Fix Remove upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jun 6, 2024
1 parent 9d9ed18 commit b792f7f
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 @@ -31,7 +31,7 @@
"test:mocha:wip": "mocha -g wip",
"test:mocha": "mocha",
"test:nobuild": "npm run test:mocha",
"test": "npm run build && npm run test:mocha",
"test": "npm run build && npm run test:mocha"
},
"dependencies": {
"ansi-styles": "^5.0.0",
Expand Down

0 comments on commit b792f7f

Please sign in to comment.