Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreWorkspaces": ["test-gatsby", "packages/gatsby-source-workspace"],
"workspaces": {
".": {
"ignoreBinaries": ["gatsby", "packages/cli/bin.js"]
"ignoreBinaries": ["packages/cli/bin.js"]
}
},
"ignore": ["__fixtures__/**"]
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"test-gatsby"
"packages/*"
],
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"postinstall": "preconstruct dev && NODE_OPTIONS=--experimental-strip-types packages/cli/bin.js check",
"knip": "knip",
"release": "preconstruct build && changeset publish",
"test": "vitest",
"test-gatsby": "cd test-gatsby && gatsby develop"
"test": "vitest"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand All @@ -36,7 +34,7 @@
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"preconstruct": {
"packages": [
"packages/!(gatsby)*"
"packages/*"
],
"exports": {
"importConditionDefaultExport": "default"
Expand Down
58 changes: 0 additions & 58 deletions packages/gatsby-source-workspace/CHANGELOG.md

This file was deleted.

126 changes: 0 additions & 126 deletions packages/gatsby-source-workspace/README.md

This file was deleted.

76 changes: 0 additions & 76 deletions packages/gatsby-source-workspace/gatsby-node.js

This file was deleted.

Empty file.
30 changes: 0 additions & 30 deletions packages/gatsby-source-workspace/package.json

This file was deleted.

50 changes: 0 additions & 50 deletions test-gatsby/CHANGELOG.md

This file was deleted.

Loading