Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanna committed Jan 6, 2021
1 parent b995adc commit 0ebc4cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
@@ -1,7 +1,10 @@
version: 2.1
orbs:
node: circleci/node@3.0.0
jobs:
test:
steps:
- npm i
- npm run circleci_test
workflows:
node-tests:
tester:
jobs:
- npm run circleci_test
- test
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"test": "pipeboard-tester",
"run": "pipeboard run",
"start": "pipeboard run",
"circleci_test": "sudo npm link | sudo pipeboard-tester",
"circleci_test": "npm i | sudo npm link | sudo pipeboard-tester",
"travis_test": "npm i | npm link | sudo pipeboard-tester"
},
"bin": {
Expand Down

0 comments on commit 0ebc4cc

Please sign in to comment.