Skip to content

Commit 19a5344

Browse files
authored
Use npm run test:*
1 parent 621a254 commit 19a5344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- npm install --legacy-peer-deps
5757
- cd ../..
5858
script:
59-
- npm test:eslint
59+
- npm run test:eslint
6060
- language: node_js
6161
node_js: 16
6262
install:
@@ -65,4 +65,4 @@ jobs:
6565
- npm install
6666
- cd ../..
6767
script:
68-
- npm test:stylelint
68+
- npm run test:stylelint

0 commit comments

Comments
 (0)