Skip to content

Commit 15815ef

Browse files
committed
npm run build now uses default gulp task
1 parent f014952 commit 15815ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"test": "gulp test",
1212
"start": "gulp serve",
13-
"build": "gulp build"
13+
"build": "gulp"
1414
},
1515
"author": {
1616
"name": "Hakim El Hattab",

0 commit comments

Comments
 (0)