Skip to content

Commit

Permalink
Clean before
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal-L committed Aug 28, 2024
1 parent 1b295af commit cd4f319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lint:fix": "eslint '**/*.{js,ts,tsx}' --fix",
"lint:tsc": "tsc --project ./tsconfig.json",
"format": "prettier '**/*.{js,ts,tsx,json,feature}' --write",
"setup": "yarn clean:node && node scripts/setup.mjs",
"setup:node": "yarn clean:node && yarn allow-scripts && yarn patch-package",
"setup": "yarn clean && node scripts/setup.mjs",
"setup:node": "yarn allow-scripts && yarn patch-package",
"setup:e2e": "cd wdio && yarn install",
"setup:detox-e2e": "./scripts/detox-setup.sh",
"start:ios": "./scripts/build.sh ios debug",
Expand Down

0 comments on commit cd4f319

Please sign in to comment.