Skip to content

Commit f554f30

Browse files
committed
chore: update package version to 1.1.0 and improve prebuild script
1 parent f754272 commit f554f30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/bridge-syntax-highlight/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bridge-syntax-highlight",
33
"displayName": "The Bridge Language",
44
"description": "Syntax highlighting, real-time diagnostics, and hover information for the Bridge declarative dataflow language",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"publisher": "stackables",
77
"icon": "logo128.png",
88
"engines": {
@@ -47,11 +47,11 @@
4747
}
4848
},
4949
"scripts": {
50-
"prebuild": "pnpm --filter @stackables/bridge build",
50+
"prebuild": "pnpm --recursive --filter '@stackables/*' --filter '!@stackables/bridge-playground' build",
5151
"build": "node build.mjs",
5252
"lint:types": "tsc -p tsconfig.check.json",
5353
"watch": "node build.mjs --watch",
54-
"prevscode:prepublish": "pnpm --filter @stackables/bridge build",
54+
"prevscode:prepublish": "pnpm --recursive --filter '@stackables/*' --filter '!@stackables/bridge-playground' build",
5555
"vscode:prepublish": "node build.mjs"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)