Skip to content

Commit

Permalink
When testing with next always start with no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 4, 2022
1 parent 15f74ad commit 81e792e
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 @@ -12,7 +12,7 @@
"build": "rimraf dist/ && tsc -p src/bin && yarn copy_dsfr_dist_to_root && yarn css_to_ts && tsc -p src && yarn grant_exec_perms",
"test": "vitest",
"start_cra": "yarn yarn_link && cd test/integration/cra && yarn start",
"start_next": "yarn yarn_link && cd test/integration/next && yarn dev",
"start_next": "yarn yarn_link && cd test/integration/next && rm -rf .next && yarn dev",
"start_vite": "yarn yarn_link && cd test/integration/vite && yarn dev",
"lint:check": "eslint . --ext .ts,.tsx",
"lint": "yarn lint:check --fix",
Expand Down

0 comments on commit 81e792e

Please sign in to comment.