Skip to content

Commit

Permalink
fix: Added releases directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHauschildt committed Mar 26, 2024
1 parent a4b7b31 commit 2d0a7a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"types": " npx tsc --declaration --emitDeclarationOnly --declarationDir dist --declarationMap",
"watch": "npm run clean && npm run resources && npm run changelog:generate && node scripts/watch.mjs",
"lint": "npx prettier --write .",
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"package:pack": "npm run build && npm pack . --pack-destination ../../releases"
"publish:latest": "npm publish --tag latest --access public",
"publish:next": "npm publish --tag next --access public",
"package:pack": "npm pack . --pack-destination ../../releases"
},
"dependencies": {
"onnxruntime-node": "~1.17.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"build": "npm run clean && npm run resources",
"watch": "npm run clean && npm run resources",
"lint": "npx prettier --write .",
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"package:pack": "npm run build && npm pack . --pack-destination ../../releases"
"publish:latest": "npm publish --tag latest --access public",
"publish:next": "npm publish --tag next --access public",
"package:pack": "npm pack . --pack-destination ../../releases"
},
"dependencies": {
"onnxruntime-web": "~1.17.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"build": "npm run clean && npm run types && npm run resources && npm run changelog:generate && node scripts/build.mjs",
"types": " npx tsc --declaration --emitDeclarationOnly --declarationDir dist --declarationMap",
"watch": "npm run clean && npm run resources && npm run changelog:generate && node scripts/watch.mjs",
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"package:pack": "npm run build && npm pack . --pack-destination ../../releases",
"publish:latest": "npm publish --tag latest --access public",
"publish:next": "npm publish --tag next --access public",
"package:pack": "npm pack . --pack-destination ../../releases",
"lint": "npx prettier --write ."
},
"bundledDependencies": [],
Expand Down
Empty file added releases/.keep
Empty file.

0 comments on commit 2d0a7a4

Please sign in to comment.