chore: components workflow

This commit is contained in:
Mo
2022-06-15 10:11:05 -05:00
parent f076057f4b
commit f33e5db84e
34 changed files with 74 additions and 74 deletions

View File

@@ -9,8 +9,8 @@
"scripts": {
"start": "http-server . --cors -p8001 & webpack --progress --config webpack.dev.js",
"compile": "webpack --config webpack.prod.js",
"custom:lint": "eslint src --ext .js",
"custom:lint:fix": "yarn lint --fix"
"components:lint": "eslint src --ext .js",
"components:lint:fix": "yarn lint --fix"
},
"devDependencies": {
"@babel/cli": "^7.12.10",