Skip to content

Commit 9259e80

Browse files
committed
[fix] Docker building script
1 parent 71af00d commit 9259e80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@strapi/provider-upload-aws-s3": "^5.15.0",
1717
"@strapi/strapi": "~5.15.0",
1818
"better-sqlite3": "^11.10.0",
19+
"cross-env": "^7.0.3",
1920
"export-import-kkm": "^1.1.1",
2021
"pg": "^8.16.0",
2122
"react": "^18.3.1",
@@ -29,7 +30,6 @@
2930
"@types/node": "^22.15.30",
3031
"@types/react": "^18.3.21",
3132
"@types/react-dom": "^18.3.7",
32-
"cross-env": "^7.0.3",
3333
"get-git-folder": "^0.1.2",
3434
"husky": "^9.1.7",
3535
"lint-staged": "^16.1.0",
@@ -57,7 +57,7 @@
5757
},
5858
"scripts": {
5959
"install": "get-git-folder https://github.com/Open-Source-Bazaar/key-vault main China-NGO-database || true",
60-
"prepare": "(husky || true) && cp -u .env.example .env",
60+
"prepare": "(husky || true) && (cp -u .env.example .env || true)",
6161
"test": "lint-staged",
6262
"upgrade": "npx @strapi/upgrade latest",
6363
"upgrade:dry": "npx @strapi/upgrade latest --dry",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)