Skip to content

Commit

Permalink
docs: fix img copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Apr 4, 2022
1 parent 6ac6b3f commit 03b352b
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 @@ -77,7 +77,7 @@
"site": "run-s site:*",
"site:clean": "rm -rf site",
"site:html": "sitedown -b site -l docs/layout.html",
"site:img": "cp demo.gif rocket.png site/",
"site:img": "cp *.png site/",
"start": "npm-run-all site --parallel serve:*",
"test": "tape test/*.js"
}
Expand Down

0 comments on commit 03b352b

Please sign in to comment.