Skip to content

Commit

Permalink
Make platforms-lib-test a devDependency
Browse files Browse the repository at this point in the history
This way, it can be ignored when installing with `NODE_ENV=production`.

Context TextsHQ/texts-app-desktop#565
  • Loading branch information
mokagio committed Jun 18, 2024
1 parent 63adc35 commit 8115c51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"devDependencies": {
"@textshq/eslint-config": "https://github.com/TextsHQ/eslint-config#main",
"@textshq/platform-test-lib": "https://github.com/TextsHQ/platform-test-lib#main",
"@types/better-sqlite3": "^7.6.5",
"@types/bun": "^1.0.0",
"@types/eslint": "^8.21.3",
Expand All @@ -50,8 +51,5 @@
"rimraf": "^5.0.5",
"typescript": "^5.0.2"
},
"optionalDependencies": {
"@textshq/platform-test-lib": "https://github.com/TextsHQ/platform-test-lib#main"
},
"packageManager": "[email protected]"
}
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2400,9 +2400,6 @@ __metadata:
tough-cookie: "npm:^4.1.2"
typescript: "npm:^5.0.2"
utf-8-validate: "npm:^6.0.3"
dependenciesMeta:
"@textshq/platform-test-lib":
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 8115c51

Please sign in to comment.