File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments