fix: remove test for now

This commit is contained in:
Safwan Samsudeen 2024-09-11 21:08:01 +05:30
parent 350ff7f0c3
commit 31551467d1

View File

@ -13,7 +13,6 @@ jobs:
node-version: 18
- run: yarn install
- run: yarn prettier-check
- run: yarn test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}