- added 'bandi disponibili' page;
- improved some styles and displaying data in tables;
This commit is contained in:
@@ -3,20 +3,10 @@ version: 0.2
|
||||
phases:
|
||||
install:
|
||||
runtime-versions:
|
||||
nodejs: 18
|
||||
commands:
|
||||
- npm install -g yarn
|
||||
- echo yarn -v
|
||||
- yarn -v
|
||||
pre_build:
|
||||
commands:
|
||||
- yarn install
|
||||
nodejs: 20
|
||||
build:
|
||||
commands:
|
||||
- yarn extract
|
||||
- yarn compile
|
||||
- mkdir -pv public/loaded-files
|
||||
- yarn build:prod
|
||||
- npm install && npm run build:prod
|
||||
artifacts:
|
||||
files:
|
||||
- '**/*'
|
||||
|
||||
Reference in New Issue
Block a user