We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4b080 commit e9ec220Copy full SHA for e9ec220
.github/workflows/publish.yaml
@@ -13,6 +13,7 @@ jobs:
13
registry-url: 'https://npm.pkg.github.com'
14
scope: '@djthorpe'
15
- run: npm install
16
+ - run: npm run build
17
- run: npm publish
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@djthorpe/js-framework",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"description": "Javascript UI Framework",
5
"main": "dist/js/index.js",
6
"scripts": {
0 commit comments