Skip to content

Commit 29f75e3

Browse files
committed
doc: move cpu-core-count to node
1 parent 30b811d commit 29f75e3

File tree

4 files changed

+313
-308
lines changed

4 files changed

+313
-308
lines changed

data/simulation/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ all: config.schema.json topology.schema.json
22

33
config.schema.json: config.d.ts
44
npx typescript-json-schema config.d.ts Config > config.schema.json
5+
npx prettier -w config.schema.json
56

67
topology.schema.json: topology.d.ts
78
npx typescript-json-schema topology.d.ts Topology > topology.schema.json
9+
npx prettier -w topology.schema.json
810

911
.PHONY: validate
1012
validate:

0 commit comments

Comments
 (0)