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,8 +4,8 @@
"version": "1.4.2",
"main": "dist/dist.js",
"scripts": {
"components:lint": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
"compile": "webpack",
"skip:components:lint": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
"components:compile": "webpack",
"start": "webpack-dev-server --devtool eval --progress --port 8001 --hot --content-base app",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
},