Skip to content

Commit

Permalink
fix_build_task
Browse files Browse the repository at this point in the history
  • Loading branch information
mikakane committed Apr 10, 2017
1 parent 22721d8 commit d5be9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:styleguide:clean": "rm -rf ./public/",
"build:styleguide:generate": "gulp styleguide:generateOnly",
"build:styleguide:applystyles": "gulp styleguide:applystyles",
"build:moc": "run-p build:moc:*",
"build:moc": "run-s build:moc:*",
"build:moc:webpack": "webpack",
"build:moc:sass": "gulp sass",
"build:moc:pug": "gulp pug"
Expand Down

0 comments on commit d5be9e5

Please sign in to comment.