chore: undo typo

This commit is contained in:
Bret Comnes 2020-02-29 16:57:09 -07:00
parent 7d1e4bb872
commit 9428b6ce43
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -17,7 +17,7 @@
"build": "npm run clean && run-p build:*",
"build:md": "sitedown . -b public -l layout.html",
"build:static": "cpx './**/*.{png,ico}' public",
"build:action": "rm -rf dist && n
"build:action": "rm -rf dist && ncc build index.js -o dist -s",
"start": "npm run watch",
"watch": "npm run clean && run-p watch:*",
"watch:js": "budo --dir public --live --open",