Compare commits
No commits in common. "4e8d6b427956f56f0551dfab1dc07b5ae49837ab" and "a7f9821a389e7ba747d6dab2249d645fd85be066" have entirely different histories.
4e8d6b4279
...
a7f9821a38
|
@ -16,6 +16,7 @@ if [ -z "$1" ]
|
|||
tar -xzf ${DATE}.tar.gz
|
||||
rm -rf ../api/resource
|
||||
cp -Rv ${DATE}/resource ../api/
|
||||
|
||||
fi
|
||||
|
||||
for i in "${col[@]}"
|
||||
|
@ -38,8 +39,5 @@ if [ -z "$1" ]
|
|||
tar -zcf ${DATE}.tar.gz ${DATE}
|
||||
fi
|
||||
|
||||
# to avoid file deletion, if date to apply is entered with .tar.gz ending
|
||||
if [[ $1 =~ ^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$ ]]
|
||||
then
|
||||
rm -rf ${DATE}
|
||||
fi
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"test-e2e": "npm run e2e --prefix ./static"
|
||||
},
|
||||
"dependencies": {
|
||||
"uglify-js": "^3.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^3.4.0",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"jquery": "^3.1.0",
|
||||
"jquery-ui": "^1.12.0",
|
||||
"jquery-ui-bundle": "^1.11.4",
|
||||
"ngx-bootstrap": "^2.0.0-beta.6",
|
||||
"ngx-bootstrap": "^1.9.3",
|
||||
"ngx-clipboard": "^8.1.0",
|
||||
"ngx-cookie-service": "^1.0.9",
|
||||
"rxjs": "^5.2.0",
|
||||
|
|
Loading…
Reference in New Issue