Skip to content

Commit ee93063

Browse files
authored
chore: update publish workflow (#10)
1 parent cde8868 commit ee93063

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
registry-url: 'https://wombat-dressing-room.appspot.com/'
4242

4343
- name: Install Dependencies
44-
run: npm install --workspaces
44+
run: npm install --workspace=packages/code-assist
4545

4646
- name: Publish
4747
# npm publish will trigger the build via the prepack hook

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/code-assist": "0.1.0"
2+
"packages/code-assist": "0.1.1"
33
}

packages/code-assist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googlemaps/code-assist-mcp",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"type": "module",
66
"bin": {
@@ -14,7 +14,7 @@
1414
"compile": "tsc index.ts && shx chmod +x dist/*.js",
1515
"start": "node dist/index.js",
1616
"build": "bun clean && bun build index.ts --outdir dist --target=node",
17-
"build:prepare": "bun clean && bun build index.ts --outdir dist --target=node --format=cjs --minify && echo '{\"type\": \"commonjs\"}' > dist/package.json && cp README.md CHANGELOG.md dist",
17+
"build:prepare": "bun clean && bun build index.ts --outdir dist --target=node --format=cjs --minify && echo '{\"type\": \"commonjs\"}' > dist/package.json && cp README.md dist",
1818
"build:dist": "npm run build:prepare && zip -r dist_$(date +%Y%m%d).zip dist",
1919
"prepack": "npm run build:prepare",
2020
"test": "bun test tests/unit.test.ts",

release-please-config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "node",
4-
"release-as": "0.1.0",
54
"changelog-path": "CHANGELOG.md",
65
"plugins": [
76
{
@@ -20,7 +19,6 @@
2019
"package-name": "@googlemaps/code-assist-mcp",
2120
"release-type": "node",
2221
"changelog-path": "packages/code-assist/CHANGELOG.md",
23-
"release-as": "0.1.0",
2422
"pull-request-title-pattern": "chore: release ${component} ${version}"
2523
}
2624
}

0 commit comments

Comments
 (0)