Skip to content

Commit

Permalink
docs: fix static build
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 18, 2020
1 parent 2467473 commit 106936a
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 @@ -16,7 +16,7 @@
"clean": "rimraf public && mkdirp public",
"build": "npm run clean && run-p build:*",
"build:md": "sitedown . -b public -l layout.html",
"build:static": "cpx 'static/*' public",
"build:static": "cpx './**/*.{png,ico}' public",
"start": "npm run watch",
"watch": "npm run clean && run-p watch:*",
"watch:js": "budo --dir public --live --open",
Expand Down

0 comments on commit 106936a

Please sign in to comment.