Skip to content

Commit 94d8eb7

Browse files
committed
Merge branch 'main' of https://github.com/coreui/coreui
2 parents 9fc5e6e + d565d06 commit 94d8eb7

File tree

4 files changed

+235
-279
lines changed

4 files changed

+235
-279
lines changed

.github/workflows/bundlewatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: npm
3232

3333
- name: Install npm dependencies
34-
run: npm ci
34+
run: npm ci --ignore-scripts
3535

3636
- name: Run dist
3737
run: npm run dist

.github/workflows/css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: npm
3434

3535
- name: Install npm dependencies
36-
run: npm ci
36+
run: npm ci --ignore-scripts
3737

3838
- name: Build CSS
3939
run: npm run css

0 commit comments

Comments
 (0)