Skip to content

Commit

Permalink
chore(scripts): remove obsoleted dev script; use playgrounds instead (
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori authored Jun 16, 2022
1 parent dc70cb4 commit a609751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"bug-report-test": "playwright test --config ./integration/playwright.config.ts integration/bug-report-test.ts",
"build": "rollup -c && tsc -b",
"clean": "git clean -fdX .",
"dev": "yarn build && yarn --cwd ./fixtures/gists-app/ dev",
"format": "prettier --ignore-path .eslintignore --write ./ && npm run lint:fix",
"format:deno": "deno fmt integration/helpers/deno-template packages/remix-deno templates/deno --ignore=packages/remix-deno/node_modules",
"license": "node ./scripts/license.js",
Expand Down

0 comments on commit a609751

Please sign in to comment.