Skip to content

Commit ae918d5

Browse files
chore: remove placeholder npm script
While npm 7+ requires either the target script to be present in all workspaces, or the `--if-present` flag to be specified[^1], turborepo does not have this requirement[^2]. Now that we've switched from using npm to turborepo to invoke our test scripts, renove this placeholder test that provides no value. [^1]: https://docs.npmjs.com/cli/v7/using-npm/workspaces#ignoring-missing-scripts [^2]: https://turborepo.org/docs/features/pipelines#tasks-that-are-in-the-pipeline-but-not-in-some-packagejson
1 parent 946a1ab commit ae918d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/response/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "tsc --build --incremental --verbose .",
16-
"clean": "rm -rf -- dist",
17-
"test": "echo 'Please add tests'"
16+
"clean": "rm -rf -- dist"
1817
},
1918
"dependencies": {
2019
"fp-ts": "2.11.8",

0 commit comments

Comments
 (0)