From 69c1843b737dd3e7fae96ed966d2bc3813f98f76 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sat, 29 Feb 2020 17:08:58 -0700 Subject: [PATCH] chore: remove old build hook --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bab4b4c..3f2c80f 100644 --- a/package.json +++ b/package.json @@ -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:*",