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 e6651ea commit f8e5d31Copy full SHA for f8e5d31
packages/mocks/package.json
@@ -16,7 +16,7 @@
16
],
17
"scripts": {
18
"release": "npx semantic-release",
19
- "build": "print 'no build needed'"
+ "build": "echo 'no build needed'"
20
},
21
"dependencies": {
22
"rxjs": "7.8.2",
packages/playground/package.json
@@ -18,7 +18,7 @@
"start": "tsx watch src/index.ts",
"dev": "npx vitest",
23
"imports": {
24
"#observables/*": "../observables/src/*",
0 commit comments