Skip to content
Snippets Groups Projects
Commit 8b0e438d authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Improvements to the pipeline

parent f9b4f59a
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,20 @@ cache:
paths:
- node_modules/
client:
build:
stage: test
script:
- npm install
- mkdir -p public/js public/css
- echo "TODO: Tests"
package:
stage: deploy
script:
- npm install
- npm run build
- npm uninstall --save-prod
- npm pack
artifacts:
paths:
- './*.tgz'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment