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

@@ -4,9 +4,9 @@
"version": "1.3.10",
"main": "dist/dist.js",
"scripts": {
"compile": "webpack --config webpack.prod.js",
"components:compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",
"components:lint": "eslint app/ --ext .js",
"skip:components:lint": "eslint app/ --ext .js",
"components:lint:fix": "yarn lint --fix"
},
"sn": {