Skip to content

Commit

Permalink
chore: update dev npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Nov 4, 2024
1 parent 5116380 commit defa0a5
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 @@ -30,7 +30,7 @@
"format": "npm run format --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next --workspace=@faustwp/cli --workspace=@faustwp/core --workspace=@faustwp/experimental-app-router --workspace=@faustwp/block-editor-utils",
"build:faust-block-editor-utils": "npm run build --workspace=@faustwp/block-editor-utils",
"dev": "npm run build && npm run dev:next:getting-started",
"dev:next:getting-started": "rimraf examples/next/getting-started/.next && npm run dev ---workspace=examples/next/getting-started",
"dev:next:getting-started": "rimraf examples/next/faustwp-getting-started/.next && npm run dev ---workspace=examples/next/faustwp-getting-started",
"docs-legacy": "npm start --prefix internal/legacy.faustjs.org",
"docs-legacy:build": "npm run build --prefix internal/legacy.faustjs.org",
"docs-legacy:clear": "npm run clear --prefix internal/legacy.faustjs.org",
Expand Down

0 comments on commit defa0a5

Please sign in to comment.