Skip to content

Commit b18f112

Browse files
committed
add prepare lifecycle to install from github directly
1 parent dec95d5 commit b18f112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"test:e2e": "jest --selectProjects E2E --runInBand --verbose",
5656
"eslint": "eslint .",
5757
"eslint:fix": "eslint . --fix",
58+
"prepare": "npm run release",
5859
"prepublishOnly": "npm run clean && npm run release",
5960
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b"
6061
},

0 commit comments

Comments
 (0)