Skip to content

Commit

Permalink
Update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-eb committed Nov 2, 2016
1 parent c05dcd3 commit d21106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -7,7 +7,7 @@
"lint:css": "stylelint \"web_modules/**/*.css\"",
"lint": "npm-run-all --parallel lint:*",
"start": "phenomic start",
"build": "node scripts/createChangelog && phenomic build",
"build": "node scripts/createChangelog && node scripts/createOptimisations && phenomic build",
"test": "npm run lint"
},
"phenomic": {
Expand Down

0 comments on commit d21106f

Please sign in to comment.