Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit fd287de

Browse files
committed
add 'npm start' script, making global gulp optional
1 parent f8b33de commit fd287de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"bugs": "https://github.com/pattern-lab/edition-node-gulp/issues",
2626
"author": "Brian Muenzenmeyer",
2727
"scripts": {
28+
"start": "node_modules/gulp/bin/gulp.js patternlab:serve",
2829
"postinstall": "node scripts/postinstall.js",
2930
"gulp": "gulp -- "
3031
},

0 commit comments

Comments
 (0)