Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 1ab2033

Browse files
committed
chore: remove GH_TOKEN check
1 parent 4425134 commit 1ab2033

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/prerelease

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/usr/bin/env sh
22

3-
4-
[ -z "$GH_TOKEN" ] && printf "\nERROR!! Need to set GH_TOKEN first\n\n" && exit 1;
5-
63
printf "npm login:\n"
74

85
npm whoami && npm run lint && npm run build && npm run test && npm run test:e2e-web

0 commit comments

Comments
 (0)