Skip to content

Commit

Permalink
Update script to release
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 18, 2024
1 parent 9056334 commit 1dd0d04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions engine/language_client_typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"format": "run-p format:biome format:rs format:toml",
"format:biome": "biome --write .",
"format:rs": "cargo fmt",
"prepublishOnly": "napi prepublish --skip-gh-release",
"prepublishOnly": "napi prepublish --no-gh-release",
"test": "echo no tests implemented",
"version": "napi version"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@napi-rs/cli": "^3.0.0-alpha.54",
"@napi-rs/cli": "3.0.0-alpha.54",
"@types/node": "^20.12.11",
"npm-run-all2": "^6.1.2",
"ts-node": "^10.9.2",
Expand All @@ -78,5 +78,13 @@
"url": "https://github.com/BoundaryML/baml/issues"
},
"homepage": "https://github.com/BoundaryML/baml#readme",
"author": ""
"author": "",
"optionalDependencies": {
"@boundaryml/baml-darwin-arm64": "0.40.0",
"@boundaryml/baml-win32-arm64-msvc": "0.40.0",
"@boundaryml/baml-linux-arm64-gnu": "0.40.0",
"@boundaryml/baml-darwin-x64": "0.40.0",
"@boundaryml/baml-win32-x64-msvc": "0.40.0",
"@boundaryml/baml-linux-x64-gnu": "0.40.0"
}
}
2 changes: 1 addition & 1 deletion engine/language_client_typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dd0d04

Please sign in to comment.