Skip to content

Commit

Permalink
chore: remove package that doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkvasnicak committed Dec 20, 2024
1 parent f9306b0 commit 47ed743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"build": "turbo build --filter=!./templates/* && node ./.scripts/prepare-create-frames.js",
"build:ci": "turbo build --filter=!debugger --filter=!docs --filter=!template-*",
"dev": "FJS_MONOREPO=true turbo dev --filter=template-next-starter-with-examples... --filter=template-next-frames-v2-starter... --filter=debugger...",
"dev": "FJS_MONOREPO=true turbo dev --filter=template-next-starter-with-examples... --filter=debugger...",
"dev:utils-starter": "FJS_MONOREPO=true turbo dev --filter=template-next-utils-starter... --filter=debugger...",
"lint": "turbo lint --filter=!template-*",
"test:ci": "jest --ci",
Expand Down

0 comments on commit 47ed743

Please sign in to comment.