Skip to content

Commit 517deaf

Browse files
committed
chore: fixing build script to not build
1 parent 0c04c89 commit 517deaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
node-version: 12
8989
- name: Build
90-
run: npm i && npm run build
90+
run: npm i
9191
- name: 🚀 Release
9292
uses: cycjimmy/semantic-release-action@v2
9393
with:

0 commit comments

Comments
 (0)