Skip to content

Commit

Permalink
run build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Aug 18, 2023
1 parent 4a6d4eb commit 00a96eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://get.foundation/sites",
"scripts": {
"start": "gulp",
"test": "yarn test:sass && yarn test:javascript:units && yarn test:bundle",
"build": "gulp build",
"test": "yarn build && yarn test:sass && yarn test:javascript:units && yarn test:bundle",
"test:single-process": "yarn test:sass && yarn test:javascript:units:single-process && yarn test:bundle:single-process",
"test:ci": "yarn test:sass && yarn test:javascript:ci",
"test:ci:single-process": "yarn test:sass && yarn test:javascript:ci:single-process",
Expand Down

0 comments on commit 00a96eb

Please sign in to comment.