Add an aliased start script

This commit is contained in:
dannyrb 2019-05-09 15:47:38 -04:00
parent fb1d2beb4a
commit 925a1dfb73

View File

@ -25,6 +25,7 @@
"test": "jest",
"test:ci": "jest --ci --runInBand --collectCoverage --reporters=default --reporters=jest-junit && codecov",
"staticDeploy": "./generateStaticSite.sh",
"start": "yarn run dev",
"predeploy": "cd example && npm install && yarn run build:package",
"preBuild": "yarn run version && yarn run copy:webworkers",
"version": "node -p -e \"'export default \\'' + require('./package.json').version + '\\';'\" > src/version.js",