File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ run `node content-cli.js` in the generated `dist` folder.
9292
9393If we want to use a specific local build of the tool globally, we can do this by:
9494- Move to the root directory of the project.
95+ - Execute ` cd dist ` , to move to the ` dist ` directory.
9596- Execute the ` npm link ` command.
9697This will create a symbolic link in the global ` node_modules ` directory, allowing you to run the CLI from anywhere on your machine.
9798
Original file line number Diff line number Diff line change 11{
22 "name" : " @celonis/content-cli" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " CLI Tool to help manage content in Celonis Platform" ,
55 "main" : " content-cli.js" ,
66 "bin" : {
7- "content-cli" : " ./dist/ content-cli.js"
7+ "content-cli" : " ./content-cli.js"
88 },
99 "author" : " Celonis SE" ,
1010 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments