mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-28 17:21:37 +00:00
chore: remove old build hook
This commit is contained in:
@@ -38,7 +38,6 @@
|
|||||||
"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",
|
||||||
"clean": "rimraf public && mkdirp public",
|
"clean": "rimraf public && mkdirp public",
|
||||||
"postversion": "rm -rf node_modules && mv tmp_modules node_modules",
|
|
||||||
"release": "git push --follow-tags && gh-release",
|
"release": "git push --follow-tags && gh-release",
|
||||||
"start": "npm run watch",
|
"start": "npm run watch",
|
||||||
"test": "run-s test:*",
|
"test": "run-s test:*",
|
||||||
|
|||||||
Reference in New Issue
Block a user