Skip to content

Commit 1da9dce

Browse files
committed
Add build link script
1 parent d8a6bb8 commit 1da9dce

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
@@ -15,6 +15,7 @@
1515
"test:coverage": "jest --coverage",
1616
"lint": "tslint 'src/**/*.ts'",
1717
"release": "cd build && npm publish",
18+
"build:link": "yarn build && cd build && yarn link",
1819
"build": "scripts/build.bash"
1920
},
2021
"devDependencies": {

0 commit comments

Comments
 (0)