Skip to content

Commit

Permalink
build: 📦️ update package json to use pnpm workspaces correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed May 4, 2024
1 parent 3e83159 commit d80ad7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"fmt.check": "prettier --check .",
"lint": "eslint \"src/**/*.ts*\"",
"release": "bumpp --commit --tag --push && pnpm publish",
"prepublishOnly": "pnpm run build && pnpm run test",
"prepublishOnly": "pnpm build && pnpm test",
"start": "vite --open --mode ssr",
"test": "pnpm run test -w test",
"test": "pnpm --filter=test run test",
"qwik": "qwik"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-qwik-basic-starter",
"name": "test",
"description": "Demo App with Routing built-in (recommended)",
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-qwik-basic-starter",
"name": "website",
"description": "Demo App with Routing built-in (recommended)",
"engines": {
"node": ">=15.0.0"
Expand Down

0 comments on commit d80ad7c

Please sign in to comment.