diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-20 16:38:06 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-20 16:38:06 +0100 |
| commit | b4e307f576948a61f158a870153d5a56c9d9fa90 (patch) | |
| tree | 3995813860240b5ac888adf9551417004985d2cf | |
| parent | 60aad702ef1a6922e7cbb68d83bcbe35a8b368f0 (diff) | |
build: remove release hook
Since I no longer include assets directory to the repo, it makes no
sense to launch yarn build on new release.
| -rw-r--r-- | package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package.json b/package.json index c503d71..124b9dd 100644 --- a/package.json +++ b/package.json @@ -78,10 +78,5 @@ "dotenv-expand": "^8.0.1", "i18n-js": "^3.8.0", "modern-normalize": "^1.1.0" - }, - "standard-version": { - "scripts": { - "prerelease": "yarn run build && git add ." - } } } |
