Skip to content

Commit

Permalink
setup workflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nategrift committed Aug 8, 2023
1 parent 9b68a9a commit d5b13d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Minified JavaScript bundle
path: dist/*.min.js
path: dist/*
if-no-files-found: error
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dist/*.js"
],
"scripts": {
"build": "gulp build"
"build": "gulp build && gulp package"
},
"devDependencies": {
"eslint-config-chartjs": "^0.3.0",
Expand Down

0 comments on commit d5b13d6

Please sign in to comment.