Skip to content

Commit e1dc473

Browse files
committed
fix: Not releasing file
1 parent cf16f69 commit e1dc473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build:types-check": "ts-interface-builder src/types-config.ts",
99
"rollup": "rollup -c",
1010
"lint": "eslint src/*.ts",
11-
"watch": "npm run build:types-check && rollup -c --watch"
11+
"watch": "npm run build:types-check && rollup -c --watch",
12+
"postversion": "npm run build"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)