Skip to content

Commit

Permalink
add build to pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 24, 2023
1 parent d65b9c2 commit 23931df
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 @@ -13,7 +13,7 @@
"check-ci": "npm run pre-push",
"eslint": "eslint \"**/*.js\"",
"fix": "eslint --fix",
"pre-push": "npm run eslint && npm run test",
"pre-push": "npm run eslint && npm run build && npm run test",
"start": "node build/serve.js",
"test": "node test/puppeteer.js",
"watch": "npm run start"
Expand Down

0 comments on commit 23931df

Please sign in to comment.