Skip to content

Commit

Permalink
prebuild for the same command
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed Jan 14, 2023
1 parent b6021a5 commit fb82e79
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 @@ -15,7 +15,7 @@
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"lint:hbs": "ember-template-lint .",
"start": "ember serve -dev",
"test": "ember test; ember test",
"test": "ember build; ember test",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit fb82e79

Please sign in to comment.