mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
Combine build & prebuild scripts
Yarn 2 does not support pre-scripts anymore Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
50bed199d7
commit
e6ca6f3e23
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
|||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
"build": "nest build",
|
||||
"build": "rimraf dist && nest build",
|
||||
"format": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"format:fix": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "nest start",
|
||||
|
|
Loading…
Reference in a new issue