Skip to content

Commit

Permalink
chore: add missing postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Apr 2, 2023
1 parent 001a7c7 commit 9f745ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"description": "Decluttering Card for Lovelace",
"main": "dist/decluttering-card.js",
"scripts": {
"build": "npm run lint && npm run rollup && npm run babel",
"build": "npm run lint && npm run rollup",
"rollup": "rollup -c",
"babel": "babel dist/decluttering-card.js --out-file dist/decluttering-card.js",
"lint": "eslint src/*.ts",
"postversion": "npm run build",
"start": "rollup -c --watch"
},
"repository": {
Expand Down

0 comments on commit 9f745ae

Please sign in to comment.