We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a6bb8 commit 1da9dceCopy full SHA for 1da9dce
1 file changed
package.json
@@ -15,6 +15,7 @@
15
"test:coverage": "jest --coverage",
16
"lint": "tslint 'src/**/*.ts'",
17
"release": "cd build && npm publish",
18
+ "build:link": "yarn build && cd build && yarn link",
19
"build": "scripts/build.bash"
20
},
21
"devDependencies": {
0 commit comments