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 8ecaf89 commit 59d90eaCopy full SHA for 59d90ea
.github/workflows/npm-publish.yml
@@ -1,5 +1,6 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
+# https://yonatankra.com/how-to-deploy-npm-modules-in-an-nx-monorepo-and-github-actions/
4
5
name: Node.js Package
6
@@ -42,7 +43,7 @@ jobs:
42
43
run: npm run build string-utils
44
45
- name: Changing directory to dist/packages/string-utils
- run: cd dist/packages/string-utils
46
+ run: cd ./dist/packages/string-utils
47
48
- name: Publishing the npm package
49
run: npm publish --access public
0 commit comments