Skip to content

Commit 917a0c3

Browse files
authored
fix: webkit package not building in ci (#4)
1 parent 48441be commit 917a0c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typescript-packages/browser/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"license": "LGPL-2.1-only",
1010
"scripts": {
1111
"build": "shx rm -rf ./build && tsc -b",
12+
"prepare": "npm run build",
1213
"dev-link": "npm run build && npm link"
1314
},
1415
"files": [

0 commit comments

Comments
 (0)