Skip to content

Commit 486e8be

Browse files
committed
Rename yarn scripts to use '.'
1 parent 196c1b2 commit 486e8be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"prepare": "./scripts/prepare.sh && npm-run-all clean configure -p build.* && npm run setup",
2121
"setup": "node -r sucrase/register src/initDbs.ts",
2222
"start": "node -r sucrase/register src/indexQuery.ts",
23-
"start:cache": "node -r sucrase/register src/indexCache.ts",
24-
"start:rates": "node -r sucrase/register src/indexRates.ts",
25-
"start:api": "node -r sucrase/register src/indexApi.ts",
26-
"start:destroyPartition": "node -r sucrase/register src/bin/destroyPartition.ts",
23+
"start.cache": "node -r sucrase/register src/indexCache.ts",
24+
"start.rates": "node -r sucrase/register src/indexRates.ts",
25+
"start.api": "node -r sucrase/register src/indexApi.ts",
26+
"start.destroyPartition": "node -r sucrase/register src/bin/destroyPartition.ts",
2727
"stats": "node -r sucrase/register src/bin/partitionStats.ts",
2828
"test": "mocha -r sucrase/register 'test/**/*.test.ts'",
2929
"demo": "parcel serve src/demo/index.html",

0 commit comments

Comments
 (0)