Skip to content

Commit fa73b0a

Browse files
committed
feat(theme): add abyss theme.
1 parent fbb07e1 commit fa73b0a

File tree

13 files changed

+625
-7
lines changed

13 files changed

+625
-7
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,22 @@ jobs:
106106
env:
107107
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
108108

109+
110+
- name: 📦 @uiw/codemirror-theme-abcdef publish to NPM
111+
run: npm publish --access public
112+
working-directory: ./themes/abcdef/
113+
continue-on-error: true
114+
env:
115+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
116+
117+
118+
- name: 📦 @uiw/codemirror-themes-abyss publish to NPM
119+
run: npm publish --access public
120+
working-directory: ./themes/abyss/
121+
continue-on-error: true
122+
env:
123+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
124+
109125

110126
- name: 📦 @uiw/codemirror-themes-all publish to NPM
111127
run: npm publish --access public
@@ -146,13 +162,6 @@ jobs:
146162
env:
147163
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
148164

149-
- name: 📦 @uiw/codemirror-theme-abcdef publish to NPM
150-
run: npm publish --access public
151-
working-directory: ./themes/abcdef/
152-
continue-on-error: true
153-
env:
154-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
155-
156165
- name: 📦 @uiw/codemirror-theme-androidstudio publish to NPM
157166
run: npm publish --access public
158167
working-directory: ./themes/androidstudio/

0 commit comments

Comments
 (0)