We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc31cf2 commit 391f031Copy full SHA for 391f031
build/release.sh
@@ -23,6 +23,9 @@ else
23
# Create the required .npmrc file which points the `npm` CLI to use the `NPM_TOKEN``for auth.
24
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
25
26
+ # Create an empty npm ignore to avoid not shipping/packing the scaffolds .gitignore.
27
+ touch packages/create-react-microservice-scaffold/src/.npmignore
28
+
29
echo "Releasing $VERSION ..."
30
npx lerna publish --skip-git --yes --exact --repo-version=$VERSION
31
0 commit comments