Skip to content

Commit

Permalink
build: update inlining command
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed May 26, 2024
1 parent d344a00 commit 16a4f73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-packages",
"version": "0.6.2",
"version": "0.6.3",
"private": true,
"repository": "github:opvious/highs.ts",
"author": "Opvious Engineering <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/highs-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-addon",
"version": "0.6.2",
"version": "0.6.3",
"repository": "github:opvious/highs.ts",
"description": "Low-level Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/highs-solver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-solver",
"version": "0.6.2",
"version": "0.6.3",
"repository": "github:opvious/highs.ts",
"description": "Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"build": "tsc -p src",
"clean": "rm -rf lib node_modules out",
"fix": "prettier --write",
"prepare": "pnpm run build && inlinable e",
"prepare": "pnpm run build && inlinable r",
"test": "vitest",
"watch": "tsc -b -w src test"
},
Expand Down

0 comments on commit 16a4f73

Please sign in to comment.