Skip to content

Commit

Permalink
Fix bundle step in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Aug 12, 2023
1 parent 2ca996a commit 9f41d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
uses: EndBug/version-check@v1
with:
diff-search: true
- if: steps.check.outputs.changed == 'true'
run: yarn run bundle
- run: yarn run bundleBuild
- uses: actions/upload-artifact@v3
with:
path: hirse.outline-list-*.zip
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"lint": "eslint . && htmlhint -c .htmlhintrc templates && csslint --config=.csslintrc styles",
"pretest": "npm run lint",
"test": "karma start --browsers jsdom --single-run",
"bundle": "npm pack && tar2zip hirse.outline-list-%npm_package_version%.tgz"
"bundle": "npm pack && tar2zip hirse.outline-list-%npm_package_version%.tgz",
"bundleBuild": "npm pack && tar2zip hirse.outline-list-$npm_package_version.tgz"
}
}

0 comments on commit 9f41d85

Please sign in to comment.