mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-03 16:54:34 +00: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
af908a6489
commit
bbca4ab1dd
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "rimraf dist",
|
"build": "rimraf dist && nest build",
|
||||||
"build": "nest build",
|
|
||||||
"format": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
|
"format": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||||
"format:fix": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
"format:fix": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||||
"start": "nest start",
|
"start": "nest start",
|
||||||
|
|
Loading…
Reference in a new issue