mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 15:51:36 +00:00
chore: undo typo
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"build": "npm run clean && run-p build:*",
|
"build": "npm run clean && run-p build:*",
|
||||||
"build:md": "sitedown . -b public -l layout.html",
|
"build:md": "sitedown . -b public -l layout.html",
|
||||||
"build:static": "cpx './**/*.{png,ico}' public",
|
"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",
|
"start": "npm run watch",
|
||||||
"watch": "npm run clean && run-p watch:*",
|
"watch": "npm run clean && run-p watch:*",
|
||||||
"watch:js": "budo --dir public --live --open",
|
"watch:js": "budo --dir public --live --open",
|
||||||
|
|||||||
Reference in New Issue
Block a user