Skip to content

Commit

Permalink
Fix publish script for new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAnnalyst committed Oct 26, 2021
1 parent 7cddda7 commit b78d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "Publishing to NPM..."
npm publish
echo "Publishing to GitHub Packages..."
cp package.json package.json.old
sed -i '' 's/"name": "frc-scouting"/"name": "@theannalyst\/frc-scouting"/g' package.json
sed -i '' 's/"name": "frc-scouting"/"name": "@bread5940\/frc-scouting"/g' package.json
cat package.json
npm publish --registry=https://npm.pkg.github.com
echo "Building documentation..."
Expand Down

0 comments on commit b78d4f5

Please sign in to comment.