Skip to content

Commit a1dad5b

Browse files
authored
Merge pull request #257 from csandman/chore/update-packages
chore: Update packages and simplify `ThemeObject` type
2 parents 546e49e + 136fefa commit a1dad5b

File tree

6 files changed

+893
-7014
lines changed

6 files changed

+893
-7014
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: "npm"
2424

2525
- name: Install Dependencies
26-
run: npm ci
26+
run: npm install
2727

2828
- name: Build package
2929
run: npm run build --if-present

0 commit comments

Comments
 (0)