Skip to content

Commit

Permalink
chore: change test script in new scaffolded packages to a stub
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Oct 9, 2021
1 parent a4f20c0 commit 6d496ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chain-follower/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cleanup": "shx rm -rf dist node_modules",
"lint": "eslint --ignore-path ../../.eslintignore \"**/*.ts\"",
"prepack": "yarn build",
"test": "yarn build && NODE_ENV=test jest -c ./test/jest.config.js"
"test": "shx echo No tests in this package"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cleanup": "shx rm -rf dist node_modules",
"lint": "eslint --ignore-path ../../.eslintignore \"**/*.ts\"",
"prepack": "yarn build",
"test": "yarn build && NODE_ENV=test jest -c ./test/jest.config.js"
"test": "shx echo No tests in this package"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6d496ae

Please sign in to comment.