Skip to content

Commit

Permalink
fix(dx): ensure the release flow works
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 28, 2022
1 parent c768ea7 commit 70f333c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"preinstall": "node ../../.scripts/check-for-pnpm.js && node ../../.scripts/check-node-version.js",
"dev": "vite dev --open --port=3333"
"dev": "vite dev --open --port=3333",
"preinstall": "node ../../.scripts/check-for-pnpm.js && node ../../.scripts/check-node-version.js"
},
"dependencies": {
"vue": "^3.0.0"
Expand All @@ -22,4 +22,4 @@
"node": ">=v16.15.0",
"pnpm": ">=6.32.11"
}
}
}

0 comments on commit 70f333c

Please sign in to comment.