Skip to content

Commit

Permalink
Fix order of build
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheiny committed May 19, 2024
1 parent 0143c5c commit 865a204
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 @@ -40,7 +40,7 @@
"test:types": "tsc -p test",
"test": "npm-run-all -p test:src test:types",
"prepack": "yarn clean && yarn build",
"verify": "npm-run-all -s build lint test docs"
"verify": "npm-run-all -s build test docs lint"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
Expand Down

0 comments on commit 865a204

Please sign in to comment.