Skip to content

Commit e9ec220

Browse files
committed
Try publish again
1 parent bb4b080 commit e9ec220

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
registry-url: 'https://npm.pkg.github.com'
1414
scope: '@djthorpe'
1515
- run: npm install
16+
- run: npm run build
1617
- run: npm publish
1718
env:
1819
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@djthorpe/js-framework",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Javascript UI Framework",
55
"main": "dist/js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)