Rename js directory to webapp
This commit is contained in:
parent
375bcf4e73
commit
b2eb1e0f05
75 changed files with 5 additions and 5 deletions
|
|
@ -21,12 +21,12 @@ stages:
|
|||
# Re-usable block to install (and cache) openflexure-microscope-server static app
|
||||
.node-install-template: &node-install
|
||||
before_script:
|
||||
- cd js/
|
||||
- cd webapp
|
||||
- npm install
|
||||
cache:
|
||||
key: "${CI_COMMIT_REF_SLUG}"
|
||||
paths:
|
||||
- js/node_modules
|
||||
- webapp/node_modules
|
||||
|
||||
# Python static analysis with PyLint
|
||||
pylint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue