File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' react-dsv-import ' : patch
3+ ---
4+
5+ Add prepare step
Original file line number Diff line number Diff line change 3333 - name : Build
3434 run : pnpm build
3535
36+ - name : Prepare packages
37+ run : pnpm prepublish
38+
3639 - name : Publish packages on NPM
3740 run : pnpm publish -r --no-git-checks
3841 env :
Original file line number Diff line number Diff line change 44 "build" : " pnpm exec nx run-many --target=build --parallel" ,
55 "dev" : " pnpm exec nx watch --all -- nx run \\ $NX_PROJECT_NAME:build" ,
66 "lint" : " pnpm exec nx run-many --target=lint --parallel" ,
7+ "prepublish" : " pnpm exec nx run-many --target=prepare --parallel" ,
78 "test" : " pnpm exec nx run-many --target=test --parallel --output-style=stream --skip-nx-cache" ,
89 "test:watch" : " pnpm exec nx run-many --target=test --watch --parallel --output-style=stream" ,
910 "version" : " changeset version" ,
You can’t perform that action at this time.
0 commit comments