Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
allartk committed Nov 27, 2021
1 parent 6e8e04b commit 67ddd5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
/bower_components
node_modules
npm-debug.log
docs
.vscode
.eslintcache
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:watch": "karma start --no-single-run karma.conf.js",
"watch": "rollup -c -w",
"preversion": "./node_modules/karma/bin/karma start karma.conf.js --single-run",
"prepare": "npm run build && husky install"
"prepare": "npm run build && npx husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 67ddd5f

Please sign in to comment.