Skip to content

Commit

Permalink
modified: package.json
Browse files Browse the repository at this point in the history
	modified:   scripts/build.sh
  • Loading branch information
BlackBlocks-io committed Aug 23, 2024
1 parent 0b27656 commit 217c3fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"build:clean": "yarn clean && yarn install --frozen-lockfile && lerna run build",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"pre-commit": "lerna run pre-commit",
"postinstall": "CERC_BUILD_OUTPUT_DIR=."
"pre-commit": "lerna run pre-commit"



Expand Down
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

rm /app/build-webapp.sh

# Setze das Build-Output-Verzeichnis
OUTPUT_DIR="build"

Expand Down

0 comments on commit 217c3fa

Please sign in to comment.