Skip to content

Commit c3cef3b

Browse files
committed
Improve import test
1 parent 30ef327 commit c3cef3b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ jobs:
3838
node-version-file: ".nvmrc"
3939
registry-url: "https://npm.pkg.github.com"
4040
- name: Install dependencies
41+
working-directory: tests/import
4142
run: |
42-
cd tests
43-
cd import
44-
npm run clean
43+
npm cache clean --force
44+
rm -rf node_modules
4545
npm i --no-package-lock --prefix ./
4646
- name: Build
47+
working-directory: tests/import
4748
run: |
48-
cd tests
49-
cd import
5049
npm run build
5150
5251
test:

0 commit comments

Comments
 (0)