Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
epeleh committed Jan 5, 2024
1 parent 17ce703 commit 4f658b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.10.0'
- run: npm install
- run: npm clean-install
- run: npm test

eslint:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.10.0'
- run: npm install
- run: npm clean-install
- run: npm run lint

rubocop:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -qq --no-install-recommends nodejs \
&& apt-get upgrade -qq \
&& rm -rf /var/lib/apt/lists/* \
&& npm install \
&& npm clean-install \
&& npm run build \
&& rm -rf .browserslistrc .eslintrc.js babel.config.js vue.config.js \
node_modules/ package-lock.json package.json public/ src/ \
Expand Down

0 comments on commit 4f658b1

Please sign in to comment.