Skip to content

Commit 81e2437

Browse files
committed
Try to fix Travis-CI to deply properly
1 parent 14d60ea commit 81e2437

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ install:
1919
- pnpm install
2020

2121
script:
22-
- npm config fix
2322
- components/bin/version
2423
- pnpm -s link:full
2524
- pnpm -s build-all
2625

26+
before_deplay:
27+
- npm install -g npm@9
28+
- npm config fix
29+
2730
deploy:
2831
provider: npm
2932

0 commit comments

Comments
 (0)