1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

prepublish hook

This commit is contained in:
nkzawa 2016-10-25 16:45:12 +09:00
parent 4c42644845
commit 81612f86a7

View file

@ -14,6 +14,7 @@
"build": "gulp",
"test": "standard && gulp test",
"lint": "standard",
"prepublish": "gulp release",
"precommit": "npm run lint"
},
"dependencies": {