Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit 203e213

Browse files
committed
fix: add missing files to install deps
1 parent 3688122 commit 203e213

File tree

3 files changed

+950
-2
lines changed

3 files changed

+950
-2
lines changed

docker-compose/goloop2moonbeam/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
clean:
22
docker-compose down -v --remove-orphans
3-
rm -rf data
4-
rm -rf config
3+
rm -rf data config
54

65
build:
76
docker-compose build
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "moonbeam-launch",
3+
"version": "0.0.0",
4+
"description": "launch moonbeam parachain and relay chain network locally",
5+
"main": "launch.ts",
6+
"dependencies": {
7+
"polkadot-launch": "^1.7.0",
8+
"ts-node": "^8.10.1",
9+
"yargs": "^17.0.1"
10+
},
11+
"devDependencies": {
12+
"@types/yargs": "^15.0.12"
13+
},
14+
"scripts": {
15+
"launch": "ts-node launch"
16+
},
17+
"author": "",
18+
"license": "Apache-2.0"
19+
}

0 commit comments

Comments
 (0)