Skip to content

Commit

Permalink
Merge pull request #4705 from limzykenneth/np
Browse files Browse the repository at this point in the history
Release fixes
  • Loading branch information
lmccart authored Jul 22, 2020
2 parents ac8f393 + 6163792 commit 44ed917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,12 @@ module.exports = grunt => {
{
expand: true,
src: ['lib/p5.js', 'lib/p5.min.js'],
dest: 'bower-repo/lib/'
dest: 'bower-repo/'
},
{
expand: true,
src: 'lib/addons/*',
dest: 'bower-repo/lib/addons/'
dest: 'bower-repo/'
}
]
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"generate": "all-contributors generate",
"release": "grunt release-p5"
"release": "grunt release-p5",
"prepublish": "grunt build"
},
"lint-staged": {
"ignore": [
Expand Down

0 comments on commit 44ed917

Please sign in to comment.