Skip to content

Commit

Permalink
fix: build dev script after name migration (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
km1chno authored Sep 18, 2024
1 parent 3eaf37e commit 08197f0
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 @@ -11,7 +11,7 @@
"compile": "tsc -p .",
"copy-templates": "cp -r ./src/templates/ ./build/templates",
"build": "yarn clean-build && yarn compile && yarn copy-templates",
"build:dev": "sed -i 's/\"name\": \"react-native-ci-cli\"/\"name\": \"setup-ci\"/g' package.json && yarn build",
"build:dev": "sed -i 's/\"name\": \"setup-ci\"/\"name\": \"react-native-ci-cli\"/g' package.json && yarn build",
"bump:dev": "node scripts/bump-version-dev.ts",
"prepublishOnly": "yarn build",
"test": "jest --runInBand --bail --verbose",
Expand Down

0 comments on commit 08197f0

Please sign in to comment.