Skip to content

Commit 7ba0d61

Browse files
committed
Add npm tasks
1 parent a2aa4f9 commit 7ba0d61

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"main-bower-files": "^2.9.0"
3636
},
3737
"scripts": {
38-
"start": "gulp --gulpfile build/gulpfile.js",
38+
"gulp": "gulp --gulpfile build/gulpfile.js",
39+
"start": "npm run gulp",
40+
"deploy": "npm run gulp deploy",
3941
"postinstall": "npm run start"
4042
}
4143
}

0 commit comments

Comments
 (0)