Skip to content

Commit b7f309a

Browse files
author
hirsch88
committed
Fix ci configs
1 parent 06d939a commit b7f309a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
install:
55
- yarn install
66
scripts:
7-
- nps test
8-
- nps build
7+
- npm test
8+
- npm start build
99
notifications:
1010
email: false

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- yarn install
77

88
build_script:
9-
- nps build
9+
- npm start build
1010

1111
test_script:
12-
- nps test
12+
- npm test

0 commit comments

Comments
 (0)