mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-28 17:21:37 +00:00
fix site static glob
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
"build": "npm run clean && run-p build:*",
|
"build": "npm run clean && run-p build:*",
|
||||||
"build:action": "rm -rf dist && ncc build index.js -o dist -s",
|
"build:action": "rm -rf dist && ncc build index.js -o dist -s",
|
||||||
"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 './!(node_modules)**/*.{png,ico}' public",
|
||||||
"clean": "rimraf public && mkdirp public",
|
"clean": "rimraf public && mkdirp public",
|
||||||
"release": "git push --follow-tags && gh-release -y",
|
"release": "git push --follow-tags && gh-release -y",
|
||||||
"start": "npm run watch",
|
"start": "npm run watch",
|
||||||
|
|||||||
Reference in New Issue
Block a user