From b90aa661adf10f3c505b28bc936ba4724cc4fd7e Mon Sep 17 00:00:00 2001 From: Philipp Hock <philipphock@gmail.com> Date: Thu, 31 Aug 2023 15:30:29 +0200 Subject: [PATCH] fixed build --- .gitlab-ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d60aa8..b2a7234 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: - npm i pages: script: - - npm run deploy + - npm run build artifacts: paths: # The folder that contains the files to be exposed at the Page URL diff --git a/package.json b/package.json index 9116956..91de7c1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "deploy": "nothing todo here." + "build": "echo nothing todo here." }, "keywords": [], "author": "", -- GitLab