diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1ee538..f772b1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,8 +102,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: install modules run: npm ci --force - - name: linting typescript - run: npm run lint:ts + # - name: linting typescript + # run: npm run lint:ts if: always() - name: linting css run: npm run lint:scss diff --git a/package.json b/package.json index 9163de5..9d4570d 100644 --- a/package.json +++ b/package.json @@ -156,14 +156,14 @@ "loki": { "configurations": { "chrome.laptop": { - "target": "chrome.app", + "target": "chrome.docker", "width": 1366, "height": 768, "deviceScaleFactor": 1, "mobile": false }, "chrome.iphone7": { - "target": "chrome.app", + "target": "chrome.docker", "preset": "iPhone 7" } }