Skip to content

Commit

Permalink
add bower.json to build commit
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Dec 8, 2018
1 parent 8beaf5d commit bed39ed
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 @@ -34,7 +34,7 @@
"minify": "NODE_ENV=production terser -c -m -- dist/livereload.js > dist/livereload.min.js",
"version-bower": "node version-bower.js",
"preversion": "npm run lint && npm test",
"version": "npm run version-bower && npm run build && npm run minify && git add -A dist",
"version": "npm run version-bower && npm run build && npm run minify && git add dist bower.json",
"postversion": "git push && git push --tags"
},
"browserslist": [
Expand Down

0 comments on commit bed39ed

Please sign in to comment.