mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
9 lines
339 B
Bash
Executable File
9 lines
339 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Running codemod on: '$1'"
|
|
npx jscodeshift --extensions=tsx,jsx -t="scripts/jscodeshift-transform-conditionallyrender.js" $1
|
|
npx jscodeshift --extensions=tsx,jsx -t="scripts/jscodeshift-transform-conditionallyrender.js" $1
|
|
|
|
./node_modules/.bin/biome lint src --write --unsafe
|
|
./node_modules/.bin/biome format src --write
|