Skip to content

Commit

Permalink
Merge branch 'padms/1839'
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Dec 20, 2023
2 parents ad9ce8a + a3246a8 commit 4bf92d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
// "forwardPorts": [3000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pnpm m i && (cd ./sanityv3 ; yarn install)",
"postCreateCommand": "pnpm m i",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"scripts": {
"setup-project": "pnpm m i && pnpm sanityv3 install",
"setup-project": "pnpm m i",
"lint:notworking": "eslint ./ --ext .js,.jsx,.ts,.tsx",
"lint:components": "eslint ./web/components/ --ext .js,.jsx,.ts,.tsx",
"lint:web": "eslint ./web/ --ext .js,.jsx,.ts,.tsx",
Expand Down
1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ packages:
- 'e2e'
- 'sanityv3'
- 'search'
- '!studio'
- '!legacy'

0 comments on commit 4bf92d0

Please sign in to comment.