File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2020 // "forwardPorts": [],
2121
2222 // Use 'postCreateCommand' to run commands after the container is created.
23- "postCreateCommand" : " pnpm install" ,
23+ "postCreateCommand" : " pnpm install --frozen-lockfile " ,
2424
2525 // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
2626 "remoteUser" : " node"
Original file line number Diff line number Diff line change 3030 " parser"
3131 ],
3232 "scripts" : {
33- "reinstall" : " rm -rf node_modules && rm -f pnpm-lock.yaml && pnpm install" ,
3433 "benchmark" : " pnpm run ts benchmark/index.ts" ,
3534 "build" : " pnpm run build:meta && pnpm run build:tsc" ,
3635 "build:meta" : " pnpm run ts ./tools/update-meta.ts" ,
4847 "run-update-fixtures" : " pnpm run ts ./tools/update-fixtures.ts" ,
4948 "test" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
5049 "ts" : " node --import tsx/esm" ,
51- "update-fixtures" : " git add package.json && pnpm i -D svelte@4 && git checkout package.json && pnpm run run-update-fixtures && pnpm i && pnpm run run-update-fixtures" ,
50+ "update-fixtures" : " git add package.json && pnpm i -D svelte@4 && pnpm run run-update-fixtures && git checkout package.json pnpm-lock.yaml && pnpm i --frozen-lockfile && pnpm run run-update-fixtures" ,
5251 "version:ci" : " IN_VERSION_CI_SCRIPT=true pnpm run build:meta && changeset version"
5352 },
5453 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments