Skip to content

Commit

Permalink
ci: remove husky from install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 6, 2023
1 parent 0ffe719 commit e368123
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 @@ -14,7 +14,6 @@
"build": "npm run clean && webpack --colors --bail",
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"[skip ci] Build for $(git log --pretty=format:%H -n1)\"",
"prepare": "husky install",
"prepublish": "node scripts/prepublish.mjs",
"prune": "./prune-gh-pages.sh",
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
Expand Down

0 comments on commit e368123

Please sign in to comment.