diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95e83caa..891df4c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,11 +24,11 @@ jobs: eslint_dir: ./ eslint_extensions: js,ts,tsx prettier: true + prettier_dir: ./ - name: test and build run: | echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf -# npm run test npm run build - name: Bump version if: startsWith(env.BRANCH,'release') == true diff --git a/.github/workflows/dockerImage.yml b/.github/workflows/dockerImage.yml index 7eca72b7..44b0fd3b 100644 --- a/.github/workflows/dockerImage.yml +++ b/.github/workflows/dockerImage.yml @@ -26,12 +26,11 @@ jobs: eslint_dir: ./ eslint_extensions: js,ts,tsx prettier: true - prettier_dir: ./src + prettier_dir: ./ - name: test and build run: | echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf -# npm run test npm run build - uses: actions/upload-artifact@v2 with: