Skip to content

Commit 81e792e

Browse files
committed
When testing with next always start with no cache
1 parent 15f74ad commit 81e792e

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
@@ -12,7 +12,7 @@
1212
"build": "rimraf dist/ && tsc -p src/bin && yarn copy_dsfr_dist_to_root && yarn css_to_ts && tsc -p src && yarn grant_exec_perms",
1313
"test": "vitest",
1414
"start_cra": "yarn yarn_link && cd test/integration/cra && yarn start",
15-
"start_next": "yarn yarn_link && cd test/integration/next && yarn dev",
15+
"start_next": "yarn yarn_link && cd test/integration/next && rm -rf .next && yarn dev",
1616
"start_vite": "yarn yarn_link && cd test/integration/vite && yarn dev",
1717
"lint:check": "eslint . --ext .ts,.tsx",
1818
"lint": "yarn lint:check --fix",

0 commit comments

Comments
 (0)