Skip to content

Commit

Permalink
Have to actually build with babel
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Aug 26, 2021
1 parent dacfa55 commit 88c956b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 88c956b

Please sign in to comment.