Skip to content

Commit

Permalink
npm run build now uses default gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jun 9, 2020
1 parent f014952 commit 15815ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"test": "gulp test",
"start": "gulp serve",
"build": "gulp build"
"build": "gulp"
},
"author": {
"name": "Hakim El Hattab",
Expand Down

0 comments on commit 15815ef

Please sign in to comment.