Skip to content

Commit

Permalink
[tools] Move to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 4, 2024
1 parent 25d5fdc commit 4abfffc
Show file tree
Hide file tree
Showing 7 changed files with 6,818 additions and 5,668 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/tools-public/toolpad/.generated/
/tools-public/toolpad/**/*.yml
node_modules
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
name: tools-public
env: node
rootDir: tools-public
buildCommand: yarn && yarn build
buildCommand: pnpm install && pnpm build
startCommand: node_modules/.bin/toolpad start
pullRequestPreviewsEnabled: true
plan: starter
Expand Down
3 changes: 2 additions & 1 deletion tools-public/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "tools-public",
"version": "0.1.1",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "toolpad dev --port 3005",
"build": "toolpad build",
"start": "toolpad start"
Expand Down
Loading

0 comments on commit 4abfffc

Please sign in to comment.