We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209f34c commit 67c70b1Copy full SHA for 67c70b1
site/package.json
@@ -18,7 +18,6 @@
18
"lint:types": "tsc --noEmit",
19
"playwright:install": "playwright install --with-deps chromium",
20
"playwright:test": "playwright test --config=e2e/playwright.config.ts",
21
- "playwright:remote": "./e2e/server/run_with_forward.sh",
22
"gen:provisioner": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./e2e/ --ts_proto_opt=outputJsonMethods=false,outputEncodeMethods=encode-no-creation,outputClientImpl=false,nestJs=false,outputPartialMethods=false,fileSuffix=Generated,suffix=hey -I ../provisionersdk/proto ../provisionersdk/proto/provisioner.proto && pnpm exec prettier --ignore-path '/dev/null' --cache --write './e2e/provisionerGenerated.ts'",
23
"storybook": "STORYBOOK=true storybook dev -p 6006",
24
"storybook:build": "storybook build",
0 commit comments