We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d939a commit b7f309aCopy full SHA for b7f309a
.travis.yml
@@ -4,7 +4,7 @@ node_js:
4
install:
5
- yarn install
6
scripts:
7
- - nps test
8
- - nps build
+ - npm test
+ - npm start build
9
notifications:
10
email: false
appveyor.yml
@@ -6,7 +6,7 @@ install:
build_script:
11
test_script:
12
0 commit comments