Skip to content

Commit

Permalink
Add missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Jan 7, 2018
1 parent 45c11a9 commit 928adc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
},
"scripts": {
"build": "npm run update && gulp clean && gulp && au build --env prod && gulp index",
"build-travis": "npm run update && gulp clean && gulp clean-dist && gulp --ghp && au build --env prod && gulp ghp && cd ghp && zip -r ../build.zip ./*",
"ghp": "npm run update && gulp clean && gulp clean-dist && gulp --ghp && au build --env prod && gulp ghp && scripts/cp-prod.sh hipiler-ghp",
"start": "gulp && au run --watch",
"test": "gulp",
"update": "git pull && git submodule update --init --recursive --remote --merge && npm install && gulp",
"hurz": "gulp --ghp"
"update": "git pull && git submodule update --init --recursive --remote --merge && npm install && gulp"
}
}

0 comments on commit 928adc9

Please sign in to comment.