Fix bstables to commit ca85b98

This commit is contained in:
jekkos
2023-12-29 21:31:57 +01:00
committed by jekkos
parent ff4ef97b25
commit 7523c0fed8
3 changed files with 4 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ env:
after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" && docker tag "ospos:latest"
"jekkos/opensourcepos:$TAG" && docker push "jekkos/opensourcepos:$TAG" && docker push "jekkos/opensourcepos:sql-$TAG"
- mv dist/opensourcepos.tgz "dist/opensourcepos.$version.$rev.tgz"
- mv dist/opensourcepos.zip "dist/opensourcepos.$version.$rev.zip"
- sudo mv dist/opensourcepos.tgz "dist/opensourcepos.$version.$rev.tgz"
- sudo mv dist/opensourcepos.zip "dist/opensourcepos.$version.$rev.zip"
before_deploy:
- npm set //npm.pkg.github.com/:_authToken "$NPM_TOKEN"
deploy:

2
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"bootstrap-datetime-picker": "github:smalot/bootstrap-datetimepicker#master",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.18",
"bootstrap-table": "github:wenzhixin/bootstrap-table#master",
"bootstrap-table": "github:wenzhixin/bootstrap-table#ca85b98",
"bootstrap-tagsinput": "^0.7.1",
"bootstrap-toggle": "^2.2.2",
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog#master",

View File

@@ -28,7 +28,7 @@
"bootstrap-datetime-picker": "github:smalot/bootstrap-datetimepicker#master",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.18",
"bootstrap-table": "github:wenzhixin/bootstrap-table#master",
"bootstrap-table": "github:wenzhixin/bootstrap-table#ca85b98",
"bootstrap-tagsinput": "^0.7.1",
"bootstrap-toggle": "^2.2.2",
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog#master",