Skip to content

Commit

Permalink
fix site static glob
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 17, 2021
1 parent b2793d2 commit 7c7e908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build": "npm run clean && run-p build:*",
"build:action": "rm -rf dist && ncc build index.js -o dist -s",
"build:md": "sitedown . -b public -l layout.html",
"build:static": "cpx './**/*.{png,ico}' public",
"build:static": "cpx './!(node_modules)**/*.{png,ico}' public",
"clean": "rimraf public && mkdirp public",
"release": "git push --follow-tags && gh-release -y",
"start": "npm run watch",
Expand Down

0 comments on commit 7c7e908

Please sign in to comment.