From 3edd47572c2e691427cdd9a144bf94ef5ed5be5b Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 24 Oct 2022 15:50:49 +0800 Subject: [PATCH] fix build --- buildspec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 14c57a8..235d1cb 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -1,9 +1,8 @@ -version: 0.1 +version: 0.2 phases: install: commands: - 'touch .npmignore' - - 'npm install -g gatsby' pre_build: commands: - 'npm install'