Skip to content

Commit cc764c5

Browse files
authored
Add --reset option to wp-dev script
This fixes issues for users who already have cloned Faust and imported the database.
1 parent 946d6d5 commit cc764c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/next/tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"generate": "faust generatePossibleTypes",
99
"start": "next start",
1010
"lint": "next lint",
11-
"wp-dev": "npx @wp-now/wp-now start --blueprint faust-tutorial-blueprint.json"
11+
"wp-dev": "npx @wp-now/wp-now start --blueprint faust-tutorial-blueprint.json --reset"
1212
},
1313
"dependencies": {
1414
"@apollo/client": "^3.13.9",

0 commit comments

Comments
 (0)