chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-15 15:25:17 +00:00
parent a212156d4c
commit 51c5fcd732
39 changed files with 69 additions and 69 deletions

View File

@@ -11,8 +11,8 @@
},
"scripts": {
"start": "webpack serve --config webpack.dev.js --progress --hot",
"compile": "webpack --config webpack.prod.js",
"components:lint": "eslint src --ext .js",
"components:compile": "webpack --config webpack.prod.js",
"skip:components:lint": "eslint src --ext .js",
"components:lint:fix": "yarn lint --fix"
},
"devDependencies": {