Skip to content

Commit 936f7cf

Browse files
[tools] Move to pnpm (#146)
1 parent 1705011 commit 936f7cf

File tree

42 files changed

+6920
-5735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+6920
-5735
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/tools-public/toolpad/.generated/
55
/tools-public/toolpad/**/*.yml
66
node_modules
7+
pnpm-lock.yaml

render.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
name: tools-public
77
env: node
88
rootDir: tools-public
9-
buildCommand: yarn && yarn build
9+
buildCommand: pnpm install && pnpm build
1010
startCommand: node_modules/.bin/toolpad start
1111
# We use preview environments instead
1212
pullRequestPreviewsEnabled: false

tools-public/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "tools-public",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6+
"preinstall": "npx only-allow pnpm",
67
"dev": "toolpad dev --port 3005",
78
"build": "toolpad build",
89
"start": "toolpad start"

0 commit comments

Comments
 (0)