Skip to content
Snippets Groups Projects
Commit 475a94e4 authored by Jacopo Gasparetto's avatar Jacopo Gasparetto
Browse files

Fix artifact name

parent 5897ad6d
No related branches found
No related tags found
1 merge request!1Feature/ci cd
......@@ -18,7 +18,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"compress": "tar -czvf $npm_package_name_v$npm_package_version.tar.gz build/*"
"compress": "tar -czvf ${npm_package_name}_v${npm_package_version}.tar.gz build/*"
},
"eslintConfig": {
"extends": [
......
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