Skip to content

Commit

Permalink
added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Nov 27, 2023
1 parent 9f4c721 commit 730eefe
Show file tree
Hide file tree
Showing 2 changed files with 944 additions and 15 deletions.
7 changes: 5 additions & 2 deletions docs-util/packages/workflows-diagrams-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
"private": true,
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts"
"start": "ts-node src/index.ts",
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "cross-env NODE_ENV=production tsc --build"
},
"publishConfig": {
"access": "public"
},
"version": "0.0.0",
"type": "module",
"dependencies": {
"@medusajs/workflows-sdk": "link:../../../packages/workflows-sdk",
"@medusajs/workflows-sdk": "latest",
"commander": "^11.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit 730eefe

Please sign in to comment.