Skip to content

Commit 5c33841

Browse files
committed
chore: Remove Bower from scripts
1 parent bd9ee27 commit 5c33841

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Install dependencies
7777
run: |
78-
npm i -g bower grunt-cli
78+
npm i -g grunt-cli
7979
npm ci
8080
8181
- name: Copy the missing _sprite_share.scss file - related to GCWeb#1737 about wet-boew#cc340a6 commit

.github/workflows/lint-md.yml

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

3434
- name: Install Grunt
35-
run: npm i -g bower grunt-cli --force
35+
run: npm i -g grunt-cli --force
3636

3737
- name: Install npm dependencies
3838
run: npm ci --ignore-scripts

script/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
npm install -g bower grunt-cli && npm install
2+
npm install -g grunt-cli && npm install

script/setup.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npm install -g bower grunt-cli && npm install
1+
npm install -g grunt-cli && npm install

0 commit comments

Comments
 (0)