Skip to content

Commit d26928a

Browse files
committed
ci: 🎡 remove json-pointer demo
1 parent 56bb18c commit d26928a

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: yarn test:cli:patch
4444
- run: yarn test:cli:pack
4545
- run: yarn demo:json-patch
46-
- run: yarn demo:json-pointer
4746
typedoc:
4847
runs-on: ubuntu-latest
4948
strategy:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- run: yarn test:cli:patch
2828
- run: yarn test:cli:pack
2929
- run: yarn demo:json-patch
30-
- run: yarn demo:json-pointer
3130
- name: Semantic Release
3231
uses: cycjimmy/semantic-release-action@v4
3332
env:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,13 @@
8787
"build": "yarn build:es2020",
8888
"jest": "jest",
8989
"test": "jest --maxWorkers 7",
90-
"test:all": "yarn lint && yarn test && yarn build:all && yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack && yarn demo:json-patch && yarn demo:json-pointer",
90+
"test:all": "yarn lint && yarn test && yarn build:all && yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack && yarn demo:json-patch",
9191
"test:ci": "yarn jest --maxWorkers 3 --no-cache",
9292
"test:cli": "yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack",
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",
9696
"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",
9897
"bench:json-crdt:traces:crdt-libs": "cd src/json-crdt/__bench__ && yarn && yarn bench:traces:crdt-libs",
9998
"bench:json-crdt:traces:non-crdt-libs": "cd src/json-crdt/__bench__ && yarn && yarn bench:traces:non-crdt-libs",
10099
"bench:json-crdt:concurrent-traces": "cd src/json-crdt/__bench__ && yarn && yarn bench:concurrent-traces",

0 commit comments

Comments
 (0)