We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8428c commit ba257a7Copy full SHA for ba257a7
package.json
@@ -24,8 +24,9 @@
24
"packages/observables/package.json"
25
],
26
"scripts": {
27
- "postinstall": "npm run build",
28
- "build": "npm run build --workspaces",
+ "postinstall": "npm run build:packages",
+ "build": "npm run build:packages",
29
+ "build:packages": "npm run build --workspaces --if-present",
30
"lint": "npm run lint:es",
31
"lint:es": "eslint --flag unstable_native_nodejs_ts_config .",
32
"prepare": "husky",
0 commit comments