Skip to content

Commit 4b284cb

Browse files
committed
Change minify action
1 parent 56e2722 commit 4b284cb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- run: |
11-
echo {\"sourceType\": \"unambiguous\"} > .babelrc.json
12-
- name: Auto Minify
13-
uses: nizarmah/auto-minify@v2.1
14-
with:
15-
overwrite: true
16-
directory: 'lib'
10+
- name: Minify Action
11+
uses: anthonyftwang/minify-action@v1.0.1
1712
# npm に公開するように .npmrc ファイルを設定する
1813
- uses: actions/setup-node@v2
1914
with:

0 commit comments

Comments
 (0)