File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,14 @@ jobs:
46
46
- name : 📥 Download deps
47
47
uses : bahmutov/npm-install@v1
48
48
49
+ - name : 🏗 Build module
50
+ run : npm run publish:abcd
51
+
49
52
- name : 📰 Publish to NPM (dry run)
50
53
run : npm run publish:abcd
51
54
52
55
deploy :
56
+ name : Deploy
53
57
runs-on : ubuntu-latest
54
58
needs : [test]
55
59
concurrency :
Original file line number Diff line number Diff line change 6
6
"test" : " npm run test --workspace=@ci-cd/test" ,
7
7
"deploy:pages" : " npm run build:abcd && npm run deploy --workspace=@ci-cd/pages" ,
8
8
"build:abcd" : " npm run build --workspace=@ci-cd/abcd" ,
9
- "publish:abcd" : " npm run publish:dryrun --workspace=@ci-cd/abcd"
9
+ "publish:abcd" : " npm run build:abcd && npm run publish:dryrun --workspace=@ci-cd/abcd"
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments