diff --git a/README.md b/README.md index 878d1a2..487cf79 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DLTS Enhanced Networked Monographs: Search -[Topics and full-text search](http://dlib.nyu.edu/enm/search/) -for the DLTS [Enhanced Networked Monographs website](http://dlib.nyu.edu/enm/). +[Topics and full-text search](https://enm.dlib.nyu.edu/search/) +for the DLTS [Enhanced Networked Monographs website](https://enm.dlib.nyu.edu/). ## Overview diff --git a/enm-search-application.iml b/enm-search-application.iml new file mode 100644 index 0000000..51f25e0 --- /dev/null +++ b/enm-search-application.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index ac49ac8..552e7bb 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "deploy:stage": "yarn run build:stage; yarn run sync:stage; yarn cache:invalidate:stage; sleep 30; yarn test:browser:stage", "deploy:prod": "yarn run build:prod; yarn run sync:prod; yarn cache:invalidate:prod; sleep 30; yarn test:browser:prod", "lint": "vue-cli-service lint", - "sync:dev": "aws s3 sync dist/ s3://dlts-enm-dev/search --exact-timestamps --exclude '.gitkeep'", - "sync:stage": "aws s3 sync dist/ s3://dlts-enm-stage/search --exact-timestamps --exclude '.gitkeep'", - "sync:prod": "aws s3 sync dist/ s3://dlts-enm/search --exact-timestamps --exclude '.gitkeep'", + "sync:dev": "aws s3 rm s3://dlts-enm-dev/search --recursive && aws s3 sync dist/ s3://dlts-enm-dev/search", + "sync:stage": "aws s3 rm s3://dlts-enm-stage/search --recursive && aws s3 sync dist/ s3://dlts-enm-stage/search", + "sync:prod": "aws s3 rm s3://dlts-enm/search --recursive && aws s3 sync dist/ s3://dlts-enm/search", "test": "yarn run lint && yarn run test:unit && yarn run test:browser:local", "test:browser:local": "node_modules/.bin/wdio tests/browser/conf/wdio.local.conf.js", "test:browser:local:chrome": "node_modules/.bin/wdio tests/browser/conf/wdio.local.chrome.conf.js", diff --git a/public/.gitkeep b/public/.gitkeep deleted file mode 100644 index e69de29..0000000