Skip to content

Commit e6651ea

Browse files
committed
chore: update package versions and modify build scripts
1 parent 56d7d78 commit e6651ea

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"packages/observables/package.json"
2525
],
2626
"scripts": {
27-
"postinstall": "pnpm -F \"./packages/**\" run build",
28-
"build": "pnpm -r run build",
27+
"postinstall": "npm run build",
28+
"build": "npm run build --workspaces",
2929
"lint": "npm run lint:es",
3030
"lint:es": "eslint --flag unstable_native_nodejs_ts_config .",
3131
"prepare": "husky",

packages/mocks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"./*"
1616
],
1717
"scripts": {
18-
"release": "npx semantic-release"
18+
"release": "npx semantic-release",
19+
"build": "print 'no build needed'"
1920
},
2021
"dependencies": {
2122
"rxjs": "7.8.2",

packages/playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"scripts": {
1818
"release": "npx semantic-release",
1919
"start": "tsx watch src/index.ts",
20-
"dev": "npx vitest"
20+
"dev": "npx vitest",
21+
"build": "print 'no build needed'"
2122
},
2223
"imports": {
2324
"#observables/*": "../observables/src/*",

0 commit comments

Comments
 (0)