Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 31568db

Browse files
committed
add clean command back in
1 parent 52d7056 commit 31568db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build-storybook": "build-storybook",
2222
"chromatic": "npx chromatic --project-token zp8e8oo1lq",
2323
"clean": "rm -rf .next",
24-
"dev": "next dev",
24+
"dev": "npm run clean && next dev",
2525
"develop": "npm dev",
2626
"export": "next export",
2727
"format": "npx prettier --config=prettier.config.js '**/*.{js,jsx,ts,tsx,md,html,css,scss,json,yml}' --write || true",

0 commit comments

Comments
 (0)