From 88c956bfc775b85bf1d4675152be474e5d90b6db Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Thu, 26 Aug 2021 17:33:51 -0500 Subject: [PATCH] Have to actually build with babel --- .github/workflows/publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {