-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a new build spec for build-frontend-staging, remove frontend inst…
…all & build step from build.yml
- Loading branch information
1 parent
ca9269e
commit 9f25458
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
version: 0.2 | ||
|
||
env: | ||
variables: | ||
NODE_OPTIONS: "--max_old_space_size=8192" | ||
|
||
phases: | ||
install: | ||
runtime-versions: | ||
nodejs: 18 | ||
build: | ||
commands: | ||
- echo $CODEBUILD_RESOLVED_SOURCE_VERSION > commit_hash.txt | ||
- cd frontend && npm ci | ||
- npm run build:test | ||
|
||
artifacts: | ||
files: | ||
- '**/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters