Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ COPY ./.npmrc .
# into the container so we get docker cache benefits
RUN npm install

# don't allow any dependencies with vulnerabilities
#RUN npx audit-ci --low

# running ngcc before build_prod lets us utilize the docker
# cache and significantly speeds up builds without requiring us
# to import/export the node_modules folder from the container
Expand Down
4 changes: 1 addition & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@
"./node_modules/intro.js/introjs.css",
"./node_modules/quill/dist/quill.snow.css",
"./node_modules/quill/dist/quill.core.css",
"./node_modules/aos/dist/aos.css",
"src/styles.scss",
"src/styles.sass"
],
"scripts": [
"./node_modules/intro.js/intro.js",
"./node_modules/aos/dist/aos.js",
"./node_modules/quill/dist/quill.core.js",
"./src/lib/services/stream/cloudflare-stream-embedded.js"
],
Expand Down Expand Up @@ -165,5 +163,5 @@
}
}
}
},
}
}
Loading