We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001a7c7 commit 9f745aeCopy full SHA for 9f745ae
package.json
@@ -4,10 +4,11 @@
4
"description": "Decluttering Card for Lovelace",
5
"main": "dist/decluttering-card.js",
6
"scripts": {
7
- "build": "npm run lint && npm run rollup && npm run babel",
+ "build": "npm run lint && npm run rollup",
8
"rollup": "rollup -c",
9
"babel": "babel dist/decluttering-card.js --out-file dist/decluttering-card.js",
10
"lint": "eslint src/*.ts",
11
+ "postversion": "npm run build",
12
"start": "rollup -c --watch"
13
},
14
"repository": {
0 commit comments