We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a27f2 commit e6782c7Copy full SHA for e6782c7
2 files changed
package.json
@@ -23,6 +23,7 @@
23
"dg": "dist/cli/dg.js"
24
},
25
"scripts": {
26
+ "benchmark:token-economy": "node scripts/benchmark-token-economy.mjs",
27
"build": "tsc -b && npm run build:explorer",
28
"build:server": "tsc -b",
29
"build:explorer": "npm --prefix explorer install --no-audit --no-fund && npm --prefix explorer run build",
0 commit comments