Skip to content

Commit

Permalink
chore: install and build step
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 22, 2024
1 parent 9cd7fe8 commit 75779c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"prebuild": "npm run clean",
"postbuild": "npm run package",
"clean": "rimraf dist",
"clean": "rimraf dist node_modules",
"package": "node ../../scripts/package.js",
"test": "jest",
"build": "npm run build-esm && npm run build-cjs",
Expand Down

0 comments on commit 75779c4

Please sign in to comment.