mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-17 06:56:30 +00:00
Fix static deploy stuff with bandaid
This commit is contained in:
parent
69e0bdd342
commit
fea2d4780c
10355
dist/index.js
vendored
10355
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@ -37,7 +37,7 @@
|
||||
"build": "npm run clean && run-p build:*",
|
||||
"build:action": "rm -rf dist && ncc build index.js -o dist -s",
|
||||
"build:md": "sitedown . -b public -l layout.html",
|
||||
"build:static": "cpx './!(node_modules)**/*.{png,ico}' public",
|
||||
"build:static": "cpx '**/*.{png,ico}' public --ignore node_modules",
|
||||
"clean": "rimraf public && mkdirp public",
|
||||
"release": "git push --follow-tags && gh-release -y",
|
||||
"start": "npm run watch",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user