Skip to content

Commit 3e38b57

Browse files
committed
chore: remove old build script
1 parent 1e1cdf9 commit 3e38b57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ env.NODE_VERSION }}
20-
cache: 'npm'
20+
cache: "npm"
2121

2222
- run: npm ci
2323
- run: npm run lint
24-
- run: npm run build
2524
- run: npm run test
2625

2726
deploy:
@@ -35,7 +34,7 @@ jobs:
3534
- uses: actions/setup-node@v4
3635
with:
3736
node-version: ${{ env.NODE_VERSION }}
38-
cache: 'npm'
37+
cache: "npm"
3938

4039
- run: npm ci
4140

0 commit comments

Comments
 (0)