diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ac520..71cb4a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: npm i -g codecov npm i -g typescript - - name: running lint - run: npm run lint +# - name: running lint +# run: npm run lint - name: running test run: npm run test:dist