Skip to content

Commit

Permalink
Trying to fix failiing dist check
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Sep 26, 2023
1 parent 73b69c6 commit cd4ef1d
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 @@ -24,7 +24,7 @@
"node": ">=20"
},
"scripts": {
"bundle": "npm install && npm run format:write && npm run package",
"bundle": "npm install && npm run format:write && npm run lint && npm run package",
"ci-test": "jest",
"format:write": "prettier --write **/*.js",
"format:check": "prettier --check **/*.js",
Expand Down

0 comments on commit cd4ef1d

Please sign in to comment.