Skip to content

Commit

Permalink
Merge pull request #3 from philhawksworth/dev-flow
Browse files Browse the repository at this point in the history
improved dev workflow with start
  • Loading branch information
philhawksworth committed Mar 12, 2018
2 parents 5f5211d + 8cdbbb0 commit 6a322e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Phil Hawksworth's personal website - hawksworx.com",
"main": "index.js",
"scripts": {
"start": "yarn run build:branch && gulp watch & gulp serve",
"start": "gulp clean-build && gulp scss && gulp js && hugo server -D --disableFastRender & gulp watch",
"build": "yarn run build:branch && gulp cards",
"build:branch": "gulp clean-build && gulp js && gulp scss && gulp get:comments && hugo && yarn run build:lambda",
"watch": "gulp watch",
Expand Down

0 comments on commit 6a322e8

Please sign in to comment.