Skip to content
Snippets Groups Projects
Commit 347ac3d7 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix syntax error in .gitlab-ci.yml file

parent 8f5446c3
No related branches found
Tags v0.3.15
1 merge request!141npm package config
......@@ -68,7 +68,7 @@ s3upload:
script:
- mc --version
- jq --version
- echo "Detected version: " $(jq -r .version package.json)
- echo "Detected version:\ " $(jq -r .version package.json)
- mkdir -p npm_release
- npm i
- npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment