We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf16f69 commit e1dc473Copy full SHA for e1dc473
package.json
@@ -8,7 +8,8 @@
8
"build:types-check": "ts-interface-builder src/types-config.ts",
9
"rollup": "rollup -c",
10
"lint": "eslint src/*.ts",
11
- "watch": "npm run build:types-check && rollup -c --watch"
+ "watch": "npm run build:types-check && rollup -c --watch",
12
+ "postversion": "npm run build"
13
},
14
"repository": {
15
"type": "git",
0 commit comments