Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocao committed Sep 29, 2023
1 parent cc6311e commit f891d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"start": "npm run build && node dist/libs/vm/src/index.js",
"build": "nx run-many --all --target=build",
"nx": "NODE_OPTIONS=--experimental-vm-modules nx",
"test": "npm run build && NODE_OPTIONS=--experimental-vm-modules nx run-many --all --target=test",
"cli:generate": "cd libs/cli/proto && npx buf generate"
},
Expand Down Expand Up @@ -53,6 +52,7 @@
"figlet": "^1.6.0",
"node-gzip": "^1.1.2",
"ora": "^7.0.1",
"protobufjs": "^7.2.5"
"protobufjs": "^7.2.5",
"tslib": "^2.6.2"
}
}

0 comments on commit f891d83

Please sign in to comment.