Skip to content

Commit 902069d

Browse files
committed
chore: use npm to install repositories instead of git modules
1 parent 7d0cc67 commit 902069d

File tree

12 files changed

+369
-130
lines changed

12 files changed

+369
-130
lines changed

.gitmodules

Lines changed: 0 additions & 8 deletions
This file was deleted.

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format": "prettier --write .",
2020
"lint": "eslint . --fix",
2121
"pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && node ./building/scripts/pack-exe.js",
22-
"prepare": "git submodule update --init --recursive && npm run build",
22+
"prepare": "npm run build",
2323
"start.docker": "docker run -t setup_cpp .",
2424
"test": "run-p test.format test.lint test.tsc test.unit",
2525
"test.format": "prettier . --check",
@@ -38,7 +38,9 @@
3838
"mri": "^1.2.0",
3939
"semver": "^7.3.5",
4040
"untildify": "^4.0.0",
41-
"which": "^2.0.2"
41+
"which": "^2.0.2",
42+
"setup-python": "https://github.com/actions/setup-python",
43+
"msvc-dev-cmd": " https://github.com/ilammy/msvc-dev-cmd"
4244
},
4345
"devDependencies": {
4446
"@types/cross-spawn": "^6.0.2",

0 commit comments

Comments
 (0)