Skip to content

Commit 4bb67e1

Browse files
committed
test: fix Ci
1 parent 505bbc6 commit 4bb67e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
node-version: 14
2626
- run: npm ci
2727
- run: npm run build:tsc
28-
- run: npm run build:lib
28+
# - run: npm run build:lib
29+
- run: npm run build:package
2930
- run: npm ci
3031
working-directory: ./tests
3132
- run: npm test

0 commit comments

Comments
 (0)