We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6a0e1 commit 464bd71Copy full SHA for 464bd71
package.json
@@ -19,7 +19,7 @@
19
"lint-fix": "npm run eslint:fix && npm run tslint:fix",
20
"build": "tsc && cp package.json dist/",
21
"prepublishOnly": "npm run build",
22
- "postversion": "tsc-publish --no-checks",
+ "postversion": "tsc-publish --no-checks --dry-run",
23
"jest": "jest",
24
"test": "npm run build && npm run lint && jest test/",
25
"test-unit": "npm run build && jest test/unit/",
0 commit comments