Skip to content

Commit

Permalink
fix: prepare build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikitin committed Nov 6, 2024
1 parent 25cb3b8 commit a58b775
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 @@ -25,7 +25,7 @@
"i18n:src": "mkdirp translations/core && format-message extract --out-file translations/core/en.json src/extensions/**/index.js",
"i18n:push": "tx-push-src scratch-editor extensions translations/core/en.json",
"lint": "eslint . && format-message lint src/**/*.js",
"prepare": "husky install",
"prepare": "husky install && npm run build",
"prepublish": "in-publish && npm run build || not-in-publish",
"start": "webpack serve",
"tap": "tap ./test/{unit,integration}/*.js",
Expand Down

0 comments on commit a58b775

Please sign in to comment.