Skip to content

Commit

Permalink
Revert change to script
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Jul 8, 2024
1 parent 7c91f6e commit 4e79f87
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 @@ -35,7 +35,7 @@
"test:clean": "rimraf ./coverage",
"test:concurrent": "cross-env NODE_ENV=test jest --coverage",
"test:watch": "cross-env NODE_ENV=test jest --watch",
"update-minor": "npm-check-updates --target minor --upgrade",
"update-minor": "npm-check-updates --target minor --upgrade && npm install",
"validate-config": "node ./internals/scripts/validate-config.js",
"validate-base-config": "node ./internals/scripts/validate-base-config.js"
},
Expand Down

0 comments on commit 4e79f87

Please sign in to comment.