Skip to content

Commit 2a78a47

Browse files
authored
fix(scripts): gulp path (#3363)
1 parent a3e9eb9 commit 2a78a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"scripts": {
159159
"build": "npm run gulp -- build",
160160
"dist": "npm run gulp -- dist",
161-
"gulp": "babel-node ./node_modules/.bin/gulp",
161+
"gulp": "babel-node ./node_modules/gulp/bin/gulp.js",
162162
"lint": "npm run gulp -- lint",
163163
"start": "npm run build && npm run previewer",
164164
"previewer": "babel-node scripts/previewer",

0 commit comments

Comments
 (0)