Skip to content

Commit

Permalink
ci: remove husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 5, 2023
1 parent 29bed3c commit 9959978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"i18n:push": "tx-push-src scratch-editor paint-editor ./translations/en.json",
"i18n:src": "rimraf ./translations/messages && babel src > tmp.js && rimraf tmp.js && ./scripts/build-i18n-source.js ./translations/messages/ ./translations/",
"lint": "eslint . --ext .js,.jsx",
"prepare": "npm instll husky",
"start": "webpack-dev-server",
"test": "npm run lint && npm run unit && NODE_ENV=production npm run build",
"unit": "jest --reporters=default",
Expand Down

0 comments on commit 9959978

Please sign in to comment.