Skip to content

Commit

Permalink
run lint at start of build
Browse files Browse the repository at this point in the history
  • Loading branch information
mismith committed Apr 28, 2024
1 parent c9bb441 commit dca4214
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 @@ -31,7 +31,7 @@
"build:www": "vite build",
"build:functions": "npm run --prefix functions/ build",
"build:ci": "npm run build:www && npm run build:functions",
"build": "npm run sync-version && npx cap sync && npm run notify 'Build Complete'",
"build": "npm run lint && npm run sync-version && npx cap sync && npm run notify 'Build Complete'",
"report": "npm run build:www && open stats.html",
"release": "git commit -a -m $npm_package_version && git tag \"v${npm_package_version}\"",
"deploy": "firebase deploy && git push origin HEAD:main --tags"
Expand Down

0 comments on commit dca4214

Please sign in to comment.