Skip to content

Commit a5db595

Browse files
committed
fix: remove check for hyperweb template
1 parent ba725ef commit a5db595

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/prod-tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
echo "YARN_ENABLE_IMMUTABLE_INSTALLS=false" >> $GITHUB_ENV
2727
npm install -g create-hyperweb-app
2828
29-
- name: hyperweb
30-
run: |
31-
cha --template hyperweb --name hyperweb
32-
cd hyperweb
33-
yarn build
34-
3529
- name: chain-admin
3630
run: |
3731
cha --template chain-admin --name chain-admin

0 commit comments

Comments
 (0)