Skip to content
Snippets Groups Projects
Commit b123971d authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

chore: use npm script

parent 93eb9ad6
No related branches found
No related tags found
1 merge request!28feat: add build with base path for backend
Pipeline #214381 passed
......@@ -23,7 +23,7 @@ build_page:
script:
- ash .ci-scripts/set-path-base.sh ${CI_COMMIT_REF_SLUG}
- npm i
- node_modules/.bin/vuepress build src
- npm run build
artifacts:
paths:
- src/.vuepress/dist
......@@ -35,7 +35,7 @@ build_page-backend:
script:
- ash .ci-scripts/set-path-base.sh backend
- npm i
- node_modules/.bin/vuepress build src
- npm run build
artifacts:
paths:
- src/.vuepress/dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment