Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Added npm script 'update-name-gh-package' to hyperflux's package.json (
Browse files Browse the repository at this point in the history
…#6102)

The publish-npm GH action expects to call a script `update-name-gh-package` in each package,
for the purposes of publishing to GitHub packages. Hyperflux was missing this script, so the
GH package publishing was failing.
  • Loading branch information
barankyle authored May 17, 2022
1 parent b8f443a commit ca407c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/hyperflux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"react-reconciler": "^0.27.0"
},
"scripts": {
"test": "mocha --config .mocharc.js"
"test": "mocha --config .mocharc.js",
"update-name-gh-package": "node scripts/update-name-gh-package.js"
}
}

0 comments on commit ca407c0

Please sign in to comment.