Skip to content

Commit 6f2820c

Browse files
authored
feat: update publish to yarn npm publish (#42)
1 parent 892f1ed commit 6f2820c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ cat ../../.yarnrc.yml
1818

1919
jq --arg new_version "$STRIPPED_NEW_VERSION" '.version = $new_version' package.json > tmp.json && mv tmp.json package.json
2020

21+
sleep 5
22+
2123
yarn clean
2224
yarn tsc
2325
yarn build

0 commit comments

Comments
 (0)