Skip to content

Commit

Permalink
[tools] Move to pnpm (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Feb 4, 2024
1 parent 1705011 commit 936f7cf
Show file tree
Hide file tree
Showing 42 changed files with 6,920 additions and 5,735 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 @@ -6,7 +6,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
# We use preview environments instead
pullRequestPreviewsEnabled: false
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 936f7cf

Please sign in to comment.