Skip to content

Commit 5dd83c6

Browse files
committed
🔧 Update development scripts
1 parent f365a4d commit 5dd83c6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ After using this generator, your new project (the directory created) will contai
148148

149149
### Next release
150150

151+
* Update development scripts.
152+
151153
### 0.3.0
152154

153155
* PR <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/14" target="_blank">#14</a>:

scripts/discard-dev-files.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
rm -rf \{\{cookiecutter.project_slug\}\}/.git
2+
rm -rf \{\{cookiecutter.project_slug\}\}/backend/app/Pipfile.lock
23
rm -rf \{\{cookiecutter.project_slug\}\}/frontend/node_modules
34
rm -rf \{\{cookiecutter.project_slug\}\}/frontend/dist
45
git checkout \{\{cookiecutter.project_slug\}\}/README.md
56
git checkout \{\{cookiecutter.project_slug\}\}/.gitlab-ci.yml
67
git checkout \{\{cookiecutter.project_slug\}\}/cookiecutter-config-file.yml
78
git checkout \{\{cookiecutter.project_slug\}\}/docker-compose.deploy.networks.yml
89
git checkout \{\{cookiecutter.project_slug\}\}/env-backend.env
9-
git checkout \{\{cookiecutter.project_slug\}\}/env-couchbase.env
1010
git checkout \{\{cookiecutter.project_slug\}\}/env-flower.env
1111
git checkout \{\{cookiecutter.project_slug\}\}/.env
1212
git checkout \{\{cookiecutter.project_slug\}\}/frontend/.env
13-
git checkout \{\{cookiecutter.project_slug\}\}/env-sync-gateway.env
13+
git checkout \{\{cookiecutter.project_slug\}\}/env-pgadmin.env
14+
git checkout \{\{cookiecutter.project_slug\}\}/env-postgres.env

0 commit comments

Comments
 (0)