diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14259a1..bde339b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: registry-url: https://registry.npmjs.org - run: npm run preci - run: npm run ci + - run: npm run build - name: 🚀 publish run: npm publish --access public env: diff --git a/package.json b/package.json index 6121fe2..523c4b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-iskelet", - "version": "1.1.21", + "version": "1.1.3", "author": "Burak SAKALLI ", "description": "A tiny react skeleton loader component", "main": "dist/index.js",