Introduce a build:ci command that doesn't build webpack bundles

This commit is contained in:
Leonid Logvinov
2018-10-01 16:37:35 +02:00
parent 16720d4fc7
commit f4e4eef48e
34 changed files with 34 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"description": "Website and 0x portal dapp",
"scripts": {
"build": "NODE_ENV=production node --max_old_space_size=8192 ../../node_modules/.bin/webpack",
"build:ci": "yarn build",
"clean": "shx rm -f public/bundle*",
"lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
"watch_without_deps": "webpack-dev-server --content-base public --https",