Skip to content

Commit

Permalink
fix: cli build script for windows (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Mar 27, 2024
1 parent 03992d3 commit 9d608c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelina-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"build": "rimraf lib && tsc && oclif manifest && echo \"Build Completed\"",
"dev": "tsc --watch",
"generate:readme:create": "printf '\n\n# Usage\n\n<!-- usage -->\n\n# Commands\n\n<!-- commands -->\n' > scripts/README.md",
"generate:readme:commands": "npm run build && cd scripts && DEBUG=* oclif readme",
"generate:readme:commands": "npm run build && cd scripts && oclif readme",
"generate:assets": "npm run generate:readme:toc && npm run generate:commands",
"generate:commands": "npm run generate:readme:create && npm run generate:readme:commands && node ./scripts/updateUsageDocs.js && rimraf ./scripts/README.md",
"generate:readme:toc": "markdown-toc -i README.md",
Expand Down

0 comments on commit 9d608c6

Please sign in to comment.