diff options
author | crupest <crupest@outlook.com> | 2020-06-02 15:41:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 15:41:51 +0800 |
commit | 06a824d96baf3aa215153a25bdbd8224abfe1c6e (patch) | |
tree | 886b0bbdb8fc32e08bbd7b3c92da4283c59d9482 | |
parent | 459021ab54eacbf69a682eea2cbf9c848af2839d (diff) | |
parent | be0cb4d3653d76b9b4a3e1e11eaddd3482e4f674 (diff) | |
download | timeline-06a824d96baf3aa215153a25bdbd8224abfe1c6e.tar.gz timeline-06a824d96baf3aa215153a25bdbd8224abfe1c6e.tar.bz2 timeline-06a824d96baf3aa215153a25bdbd8224abfe1c6e.zip |
Merge branch 'dev' of https://github.com/crupest/Timeline into dev
-rw-r--r-- | .dockerignore | 5 | ||||
-rw-r--r-- | Timeline/ClientApp/package.json | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index d0b276f2..ea6782cb 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,5 +3,10 @@ */bin */obj Timeline/publish + Timeline/ClientApp/dist Timeline/ClientApp/node_modules +Timeline/ClientApp/.yarn/* +!Timeline/ClientApp/.yarn/releases +!Timeline/ClientApp/.yarn/plugins +Timeline/ClientApp/.pnp.* diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index 7742fb87..a84267e8 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -63,6 +63,7 @@ "@types/react-router": "^5.1.7", "@types/react-router-dom": "^5.1.5", "@types/reactstrap": "^8.4.2", + "@types/webpack-env": "^1.15.2", "@types/xregexp": "^4.3.0", "@typescript-eslint/eslint-plugin": "^3.0.2", "@typescript-eslint/parser": "^3.0.2", |