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 33
33
- name : Build
34
34
run : pnpm build
35
35
36
+ - name : Prepare packages
37
+ run : pnpm prepublish
38
+
36
39
- name : Publish packages on NPM
37
40
run : pnpm publish -r --no-git-checks
38
41
env :
Original file line number Diff line number Diff line change 4
4
"build" : " pnpm exec nx run-many --target=build --parallel" ,
5
5
"dev" : " pnpm exec nx watch --all -- nx run \\ $NX_PROJECT_NAME:build" ,
6
6
"lint" : " pnpm exec nx run-many --target=lint --parallel" ,
7
+ "prepublish" : " pnpm exec nx run-many --target=prepare --parallel" ,
7
8
"test" : " pnpm exec nx run-many --target=test --parallel --output-style=stream --skip-nx-cache" ,
8
9
"test:watch" : " pnpm exec nx run-many --target=test --watch --parallel --output-style=stream" ,
9
10
"version" : " changeset version" ,
You can’t perform that action at this time.
0 commit comments