1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/frontend/scripts/codemod.sh
2024-09-02 15:40:38 +02:00

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