Skip to content

Commit 9c633f9

Browse files
committed
WIP
1 parent 3dc9808 commit 9c633f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,14 @@ jobs:
4646
- name: 📥 Download deps
4747
uses: bahmutov/npm-install@v1
4848

49+
- name: 🏗 Build module
50+
run: npm run publish:abcd
51+
4952
- name: 📰 Publish to NPM (dry run)
5053
run: npm run publish:abcd
5154

5255
deploy:
56+
name: Deploy
5357
runs-on: ubuntu-latest
5458
needs: [test]
5559
concurrency:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "npm run test --workspace=@ci-cd/test",
77
"deploy:pages": "npm run build:abcd && npm run deploy --workspace=@ci-cd/pages",
88
"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"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)