chore: remove old build hook

This commit is contained in:
Bret Comnes 2020-02-29 17:08:58 -07:00
parent fd5db1634b
commit 69c1843b73
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -38,7 +38,6 @@
"build:md": "sitedown . -b public -l layout.html",
"build:static": "cpx './**/*.{png,ico}' public",
"clean": "rimraf public && mkdirp public",
"postversion": "rm -rf node_modules && mv tmp_modules node_modules",
"release": "git push --follow-tags && gh-release",
"start": "npm run watch",
"test": "run-s test:*",