Skip to content

Commit

Permalink
Stop overriding pnpm webstudio with development script
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jun 10, 2024
1 parent 4e4a61c commit 4d1c176
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fixtures/webstudio-cloudflare-template/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "module",
"scripts": {
"webstudio": "NODE_OPTIONS='--conditions=webstudio --import=tsx' webstudio",
"fixtures:link": "pnpm webstudio link --link \"https://main.development.webstudio.is/builder/d845c167-ea07-4875-b08d-83e97c09dcce?authToken=e9d1343f-9298-4fd3-a66e-f89a5af2dd93&\"",
"fixtures:sync": "pnpm webstudio sync && pnpm prettier --write ./.webstudio/",
"fixtures:build": "pnpm webstudio build --template internal --template cloudflare --template saas-helpers --preview && pnpm prettier --write ./app/ ./package.json",
"cli": "NODE_OPTIONS='--conditions=webstudio --import=tsx' webstudio",
"fixtures:link": "pnpm cli link --link \"https://main.development.webstudio.is/builder/d845c167-ea07-4875-b08d-83e97c09dcce?authToken=e9d1343f-9298-4fd3-a66e-f89a5af2dd93&\"",
"fixtures:sync": "pnpm cli sync && pnpm prettier --write ./.webstudio/",
"fixtures:build": "pnpm cli build --template internal --template cloudflare --template saas-helpers --preview && pnpm prettier --write ./app/ ./package.json",
"build": "remix vite:build",
"dev": "remix vite:dev",
"typecheck": "tsc",
Expand Down

0 comments on commit 4d1c176

Please sign in to comment.