Skip to content

Commit 957c94b

Browse files
committed
chore: 🤖 prepend "npx" to demo commands
1 parent bbab3de commit 957c94b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"test:cli:pointer": "./bin/json-pointer-test.js ./bin/json-pointer.js",
9494
"test:cli:patch": "./bin/json-patch-test.js ./bin/json-patch.js",
9595
"test:cli:pack": "./bin/json-pack-test.js ./bin/json-pack.js",
96-
"demo:json-patch": "ts-node src/json-patch/__demos__/json-patch.ts",
97-
"demo:json-pointer": "ts-node src/json-pointer/__demos__/json-pointer.ts",
96+
"demo:json-patch": "npx ts-node src/json-patch/__demos__/json-patch.ts",
97+
"demo:json-pointer": "npx ts-node src/json-pointer/__demos__/json-pointer.ts",
9898
"bench:json-crdt:traces:crdt-libs": "cd src/json-crdt/__bench__ && yarn && yarn bench:traces:crdt-libs",
9999
"bench:json-crdt:traces:non-crdt-libs": "cd src/json-crdt/__bench__ && yarn && yarn bench:traces:non-crdt-libs",
100100
"bench:json-crdt:concurrent-traces": "cd src/json-crdt/__bench__ && yarn && yarn bench:concurrent-traces",
@@ -110,7 +110,7 @@
110110
"build:pages": "npx [email protected] gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
111111
"deploy:pages": "gh-pages -d gh-pages",
112112
"publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages",
113-
"jj": "ts-node src/json-cli/jj.ts"
113+
"jj": "npx ts-node src/json-cli/jj.ts"
114114
},
115115
"peerDependencies": {
116116
"rxjs": "7",

0 commit comments

Comments
 (0)