Skip to content

Commit 2530aa9

Browse files
committed
chore: fix travis build
1 parent 11a2c0f commit 2530aa9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: node_js
22

33
node_js:
44
- "node"
5-
before_script:
6-
- yarn run prettier
75
script:
8-
- yarn asbuild
9-
- yarn astest:ci
10-
- yarn test
6+
- npm run asbuild
7+
- npm run build
8+
- npm run astest:ci
9+
- npm run test

0 commit comments

Comments
 (0)