Skip to content

Commit

Permalink
add scripts section to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zytzagoo committed Oct 26, 2017
1 parent dd00220 commit 0b2ec5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"url": "https://github.com/dobarkod/cookie-banner/issues"
},
"license": "MIT",
"scripts": {
"preversion": "npm test",
"version": "make clean && make && git add -A dist",
"push": "git push && git push origin --tags",
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"eslint": "~4.8.0",
Expand Down

0 comments on commit 0b2ec5d

Please sign in to comment.