diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 21c1636..e663696 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm test + - run: npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 2abb605..3050760 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tatatap-com/sowhat", "description": "Anything goes, organizational and utility function notation parser.", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "type": "module", "engines": {