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

@@ -6,8 +6,8 @@
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.com>",
"scripts": {
"custom:lint": "eslint --ext .js .",
"compile": "webpack --config webpack.prod.js",
"components:lint": "eslint --ext .js .",
"components:compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot"
},
"sn": {