Rename the package script/output dir to 'dist'

To match conventions from other projects and match the release
script which expects releasde artefacts in dist/
This commit is contained in:
David Baker 2016-11-01 15:22:06 +00:00
parent 5e84a6c39e
commit f17e851435
3 changed files with 7 additions and 7 deletions

View file

@ -33,7 +33,7 @@
"build:bundle:dev": "webpack --optimize-occurence-order --progress",
"build": "node scripts/babelcheck.js && npm run build:emojione && npm run build:css && npm run build:bundle",
"build:dev": "npm run build:emojione && npm run build:css && npm run build:bundle:dev",
"package": "scripts/package.sh",
"dist": "scripts/package.sh",
"start:emojione": "cpx \"node_modules/emojione/assets/svg/*\" vector/emojione/svg/ -w",
"start:js": "webpack -w --progress --no-cache-buster",
"start:js:prod": "NODE_ENV=production webpack -w --progress --no-cache-buster",