Skip to content

Commit

Permalink
fix: Not releasing file
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Jan 25, 2021
1 parent cf16f69 commit e1dc473
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 @@ -8,7 +8,8 @@
"build:types-check": "ts-interface-builder src/types-config.ts",
"rollup": "rollup -c",
"lint": "eslint src/*.ts",
"watch": "npm run build:types-check && rollup -c --watch"
"watch": "npm run build:types-check && rollup -c --watch",
"postversion": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e1dc473

Please sign in to comment.