Skip to content
Snippets Groups Projects
Commit b90aa661 authored by Philipp Hock's avatar Philipp Hock
Browse files

fixed build

parent fd1672c7
No related branches found
No related tags found
No related merge requests found
Pipeline #103170 passed
...@@ -5,7 +5,7 @@ before_script: ...@@ -5,7 +5,7 @@ before_script:
- npm i - npm i
pages: pages:
script: script:
- npm run deploy - npm run build
artifacts: artifacts:
paths: paths:
# The folder that contains the files to be exposed at the Page URL # The folder that contains the files to be exposed at the Page URL
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"deploy": "nothing todo here." "build": "echo nothing todo here."
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment