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 d1645bd commit 08921d9Copy full SHA for 08921d9
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 --dry-run",
+ "postversion": "tsc-publish --no-checks",
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