diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b67ddb..b1af6a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,7 @@ jobs: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - run: npm install + - run: npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 3726dd7..d82a66f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@torchlight-api/torchlight-cli", - "version": "0.1.0", + "version": "0.1.1", "description": "A CLI for Torchlight - the syntax highlighting API", "main": "index.js", "scripts": {