Skip to content

Commit

Permalink
add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
dimensi committed May 4, 2017
1 parent 1945ada commit f5081ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "gulppack",
"version": "1.3.0",
"version": "1.4.0",
"description": "Gulp + Webpack build for frondend",
"main": "gulpfile.js",
"scripts": {
"postinstall": "npm run first:start",
"first:start": "gulp mkdirs",
"start": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build",
Expand Down

0 comments on commit f5081ec

Please sign in to comment.