We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad3ba8 commit 6d2d3cbCopy full SHA for 6d2d3cb
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
run: python -m pip install --upgrade pip setuptools wheel twine
16
- uses: actions/setup-node@v1
17
- name: Install Node dependencies
18
- run: npm install --only=dev
+ run: npm ci
19
- name: Minify JavaScript files
20
run: npm run-script minify
21
- name: Build dist packages
0 commit comments