We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51202f commit dd6fa1aCopy full SHA for dd6fa1a
1 file changed
package.json
@@ -10,7 +10,8 @@
10
"lint": "eslint . --ext .ts",
11
"lint:fix": "npm run lint -- --fix",
12
"test": "jest",
13
- "coverage": "npm run test -- --coverage"
+ "coverage": "npm run test -- --coverage",
14
+ "prepublishOnly": "npm run build"
15
},
16
"keywords": [
17
"launchdarkly",
0 commit comments