fix build

This commit is contained in:
2022-10-24 15:38:17 +08:00
parent f06d03c799
commit 971f673b0a

View File

@@ -2,16 +2,16 @@ version: 0.1
phases:
install:
commands:
- touch .npmignore
- npm install -g gatsby
- 'touch .npmignore'
- 'npm install -g gatsby'
pre_build:
commands:
- npm install
- 'npm install'
build:
commands:
- npm run build
- 'npm run build'
artifacts:
base-directory: public
files:
- **/*
- '**/*'
discard-paths: yes