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 ec93581 commit b4e228eCopy full SHA for b4e228e
.github/workflows/npm-publish.yml
@@ -46,6 +46,6 @@ jobs:
46
run: cd ./dist/packages/string-utils
47
48
- name: Publishing the npm package
49
- run: npm publish --access public
+ run: npm publish dist/packages/string-utils --access public
50
env:
51
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -2,6 +2,13 @@
2
"name": "@smitpatelx/string-utils",
3
"version": "0.0.1",
4
"license": "MIT",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/smitpatelx/string-utils/"
8
+ },
9
+ "directories": {
10
+ "bin": "./dist/packages/string-utils"
11
12
"scripts": {
13
"start": "./node_modules/nx/bin/nx.js serve",
14
"build": "./node_modules/nx/bin/nx.js build",
0 commit comments