mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
chore: undo typo
This commit is contained in:
parent
7d1e4bb872
commit
9428b6ce43
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user