Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
da70 committed Oct 12, 2022
2 parents e5fb21e + c0169f2 commit 4a81965
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
9 changes: 9 additions & 0 deletions enm-search-application.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Empty file removed public/.gitkeep
Empty file.

0 comments on commit 4a81965

Please sign in to comment.