Skip to content

Commit f8e5d31

Browse files
committed
chore: replace 'print' with 'echo' in build scripts for consistency
1 parent e6651ea commit f8e5d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"release": "npx semantic-release",
19-
"build": "print 'no build needed'"
19+
"build": "echo 'no build needed'"
2020
},
2121
"dependencies": {
2222
"rxjs": "7.8.2",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"release": "npx semantic-release",
1919
"start": "tsx watch src/index.ts",
2020
"dev": "npx vitest",
21-
"build": "print 'no build needed'"
21+
"build": "echo 'no build needed'"
2222
},
2323
"imports": {
2424
"#observables/*": "../observables/src/*",

0 commit comments

Comments
 (0)