Skip to content

Commit eb97a5e

Browse files
authored
Merge pull request #702 from contentstack/stage-pre
Stage pre
2 parents 508b765 + 7dab52d commit eb97a5e

File tree

7 files changed

+175
-103
lines changed

7 files changed

+175
-103
lines changed

.talismanrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ fileignoreconfig:
44
- filename: .github/workflows/secrets-scan.yml
55
ignore_detectors:
66
- filecontent
7+
8+
- filename: upload-api/src/helper/index.ts
9+
checksum: b0727e318bc71779719238a54a290f56b38b30d6794f3f85e5ef7c941ff9a672
10+
11+
- filename: upload-api/package-lock.json
12+
checksum: 0a1c735670c6197ed8104addca39834c6f42ef9bd003b6d059f258791807bc9a
13+
14+
- filename: api/package-lock.json
15+
checksum: 164b1d73970f5aa71a165456f7f565b5babb1dcb22d6ca532cd31dbaa08765f5
16+
17+
- filename: upload-api/src/helper/index.ts
18+
checksum: 607097a9ebd99ad1433ba24b92253beb75a4873280130edfa7ce986fadfdefc8
19+
720
- filename: remove-broken-imports.js
821
checksum: d9d3ca95b2f4df855c8811c73b5714e80b31e5e84b46affa0cb514dcfcc145bf
922

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -145,24 +145,6 @@ The following configuration is used in this project:
145145

146146
- `localPath`: The local path to the extracted files. for example `/upload-api/extracted_files/package 45.zip`.
147147

148-
## Cli
149-
150-
Navigate to the project directory
151-
152-
1. Install pnpm
153-
Since pnpm is required, you need to install it globally if it's not already installed:
154-
155-
```
156-
npm install -g pnpm
157-
```
158-
159-
2. Run the Setup Script
160-
Now, run the main setup script specified in the package.json:
161-
162-
```
163-
npm run setup-repo
164-
```
165-
166148
## Scripts
167149

168150
- `npm start`: Starts the main server by running index.js.

api/package-lock.json

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

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/contentstack/migration-v2.git#readme",
2727
"dependencies": {
2828
"@contentstack/cli": "^1.34.0",
29-
"@contentstack/cli-utilities": "^1.11.1",
29+
"@contentstack/cli-utilities": "^1.12.0",
3030
"@contentstack/json-rte-serializer": "^2.0.7",
3131
"@contentstack/marketplace-sdk": "^1.2.4",
3232
"axios": "^1.8.2",
@@ -78,4 +78,4 @@
7878
"typescript": "^5.4.3"
7979
},
8080
"keywords": []
81-
}
81+
}

0 commit comments

Comments
 (0)