We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e9eb9 commit 2a78a47Copy full SHA for 2a78a47
package.json
@@ -158,7 +158,7 @@
158
"scripts": {
159
"build": "npm run gulp -- build",
160
"dist": "npm run gulp -- dist",
161
- "gulp": "babel-node ./node_modules/.bin/gulp",
+ "gulp": "babel-node ./node_modules/gulp/bin/gulp.js",
162
"lint": "npm run gulp -- lint",
163
"start": "npm run build && npm run previewer",
164
"previewer": "babel-node scripts/previewer",
0 commit comments