Skip to content

Commit

Permalink
Merge pull request #695 from WPMedia/update-scripts
Browse files Browse the repository at this point in the history
chore: add build step to ci script
  • Loading branch information
rmbrntt authored Mar 21, 2024
2 parents cfcaf0a + 39e0a74 commit d2d5439
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 @@ -49,7 +49,7 @@
"lint:prettier": "prettier --check \"./{blocks,utils}/**/*.js\"",
"prettier": "prettier --write \"**/*.{js,jsx}\"",
"test": "jest --config=jest.config.js",
"ci": "npm run lint && npm run test",
"ci": "npm run lint && npm run build && npm run test",
"release:snapshotDev": "changeset version --snapshot canary",
"release:develop": "changeset publish --tag canary",
"release:snapshotSandbox": "changeset version --snapshot beta",
Expand Down

0 comments on commit d2d5439

Please sign in to comment.