Skip to content

Commit

Permalink
try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sclausen committed Jun 6, 2021
1 parent cd8d4b0 commit 8d4bd4a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ sudo: true
node_js:
- 14.17.0

install:
- yarn

script:
npm test

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"publishx": "npm run build && npm publish dist/ngx-mqtt/",
"postinstall": "npm i --prefix ./projects/ngx-mqtt",
"watch": "ng build --watch --configuration development",
"test": "ng test --watch false --browsers ChromeHeadless"
"test": "./node_modules/.bin/ng test --watch false --browsers ChromeHeadless"
},
"dependencies": {
"@angular/common": "~12.0.3",
Expand All @@ -46,7 +46,7 @@
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"peerDependencies": {
"devDependencies": {
"@angular-builders/custom-webpack": "^12.0.0",
"@angular-devkit/build-angular": "~12.0.3",
"@angular/cli": "~12.0.3",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-mqtt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d4bd4a

Please sign in to comment.