chore: optimize workflows to avoid building components each time

This commit is contained in:
Mo
2022-06-14 16:00:31 -05:00
parent 703994c16b
commit 01793365bd
400 changed files with 17000 additions and 1544 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"custom:lint": "eslint app/ --ext .js",
"custom:lint:fix": "yarn lint --fix",
"build": "webpack --config webpack.prod.js",
"compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot"
},
"sn": {