Skip to content

Commit

Permalink
build: Improve 'verify' script
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonAlling committed Jul 18, 2024
1 parent 71dffd2 commit 2ea803a
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
@@ -71,7 +71,7 @@
"rename": "renamer --force --find \"/\\.js$/\" --replace \".mjs\" \"lib/**\" \"build/**\"",
"test": "npm run lint && npm run jest",
"jest": "jest",
"verify": "repository-check-dirty && npm ci && npm run build && npm test && npm pack"
"verify": "npm ci && repository-check-dirty && npm run build && npm test && npm pack"
},
"sideEffects": false,
"jest": {

0 comments on commit 2ea803a

Please sign in to comment.