File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3939 run : pnpm build
4040
4141 - name : Publish to NPM
42- run : lerna publish from-git --yes --no-verify-access
42+ run : lerna publish from-git --yes
4343 env :
4444 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11#! /bin/sh
22. " $( dirname " $0 " ) /_/husky.sh"
33
4- npx lint-staged
4+ pnpm exec lint-staged
Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ shared-workspace-lockfile=true
1717
1818# Script Execution Configuration
1919enable-pre-post-scripts = true
20+
21+ # Enable Provenance Badge on Release
22+ provenance = true
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "description" : " A collection of Algorithms to Synchronise changes across multiple clients using Operational Transformation" ,
55 "scripts" : {
6- "postinstall " : " husky install" ,
6+ "prepare " : " husky install" ,
77 "clean" : " lerna run clean --no-private" ,
88 "build" : " lerna run build --no-private" ,
99 "start:editors" : " pnpm run --filter '@otjs-examples/collaborative-editors' start" ,
1818 "test:monaco" : " pnpm run --filter '@otjs-tests/monaco' test:ci" ,
1919 "test:watch" : " pnpm run test --watch" ,
2020 "lint" : " pnpm run lint:prettier" ,
21- "lint:prettier" : " prettier --write packages/**/*.ts examples/**/*.ts" ,
21+ "lint:prettier" : " prettier --write { packages, examples} /**/*.ts" ,
2222 "release" : " lerna version --no-private --exact"
2323 },
2424 "repository" : {
You can’t perform that action at this time.
0 commit comments