Skip to content

Commit

Permalink
Merge pull request #2054 from NullVoxPopuli/move-packages-to-packages
Browse files Browse the repository at this point in the history
Move everything to the packages/ folder
  • Loading branch information
BobrImperator authored Oct 6, 2023
2 parents 36d4e50 + 349e62c commit e21b121
Show file tree
Hide file tree
Showing 124 changed files with 26 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:

- name: auto-dist-tag
run: npx auto-dist-tag@1 --write
working-directory: qunit-dom
working-directory: packages/qunit-dom

- run: npm publish
working-directory: qunit-dom
working-directory: packages/qunit-dom
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"private": true,
"scripts": {
"docs": "npm run build && npm exec documentation build qunit-dom/dist/qunit-dom.js --config documentation.yml -f md -o API.md",
"build": "cd qunit-dom && npm run build",
"build": "cd packages/qunit-dom && npm run build",
"prepare": "pnpm build",
"release": "cd qunit-dom && npm run release",
"release": "cd packages/qunit-dom && npm run release",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"test:coverage": "pnpm --filter '*' test:coverage",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion qunit-dom/package.json → packages/qunit-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
}
},
"volta": {
"extends": "../package.json"
"extends": "../../package.json"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test-app/package.json → packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@
"qunit-dom": "workspace:*"
},
"volta": {
"extends": "../package.json"
"extends": "../../package.json"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"qunit": "^2.19.4",
"qunit-dom": "workspace:^",
"vite": "^4.4.9"
},
"volta": {
"extends": "../../package.json"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 16 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
packages:
- "qunit-dom"
- "test-app"
- "test-vite-app"
- "packages/*"

0 comments on commit e21b121

Please sign in to comment.