We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3402b5 commit ca58740Copy full SHA for ca58740
package.json
@@ -9,7 +9,9 @@
9
"watch": "tsc -w",
10
"test": "jest",
11
"lint": "eslint \"src/**/*.ts\" && eslint \"test/**/*.ts\"",
12
- "lint:fix": "npm run lint -- --fix"
+ "lint:fix": "npm run lint -- --fix",
13
+ "tsc-publish": "tsc-publish",
14
+ "prepublishOnly": "echo \"Do not run publish directly, run tsc-publish\" && exit 1"
15
},
16
"repository": {
17
"type": "git",
0 commit comments