We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d001a commit d4125ebCopy full SHA for d4125eb
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"preversion": "npm run ci",
18
"package": "run-s build:lib copy-files",
19
"prepublish:lib": "npm run package",
20
- "publish:lib": "npm publish projects/dist/ngx-graph",
+ "publish:lib": "npm publish ./dist/ngx-graph",
21
"publish": "run-s publish:lib",
22
"prepublishOnly": "echo \"This is the workspace -- you probably meant run 'npm run publish'.\" && exit 1"
23
},
0 commit comments