Skip to content

Commit dd6fa1a

Browse files
authored
Add prepublishStep. (#11)
1 parent d51202f commit dd6fa1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"lint": "eslint . --ext .ts",
1111
"lint:fix": "npm run lint -- --fix",
1212
"test": "jest",
13-
"coverage": "npm run test -- --coverage"
13+
"coverage": "npm run test -- --coverage",
14+
"prepublishOnly": "npm run build"
1415
},
1516
"keywords": [
1617
"launchdarkly",

0 commit comments

Comments
 (0)