Skip to content

Commit 9f745ae

Browse files
committed
chore: add missing postversion script
1 parent 001a7c7 commit 9f745ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"description": "Decluttering Card for Lovelace",
55
"main": "dist/decluttering-card.js",
66
"scripts": {
7-
"build": "npm run lint && npm run rollup && npm run babel",
7+
"build": "npm run lint && npm run rollup",
88
"rollup": "rollup -c",
99
"babel": "babel dist/decluttering-card.js --out-file dist/decluttering-card.js",
1010
"lint": "eslint src/*.ts",
11+
"postversion": "npm run build",
1112
"start": "rollup -c --watch"
1213
},
1314
"repository": {

0 commit comments

Comments
 (0)