chore: optimize workflows to avoid building components each time
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "webpack serve --config webpack.dev.js --progress --hot",
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"compile": "webpack --config webpack.prod.js",
|
||||
"custom:lint": "eslint src --ext .js",
|
||||
"custom:lint:fix": "yarn lint --fix"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user