Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
lilsweetcaligula committed Jun 30, 2022
1 parent 19559e2 commit 3b3b2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
NEW_RELIC_HOME: './test'

- name: Coveralls
if: ${{ false }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"url": "git://github.com/senecajs/seneca-telemetry-newrelic.git"
},
"scripts": {
"test": "NEW_RELIC_HOME=./test jest",
"test-some": "NEW_RELIC_HOME=./test jest -t",
"test-watch": "NEW_RELIC_HOME=./test jest --coverage --watchAll",
"test": "jest",
"test-some": "jest -t",
"test-watch": "jest --watchAll",
"watch": "tsc -w -d",
"build": "tsc -d",
"doc": "seneca-doc",
Expand Down

0 comments on commit 3b3b2be

Please sign in to comment.