We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601194c commit 3cb0dbdCopy full SHA for 3cb0dbd
1 file changed
package.json
@@ -12,11 +12,12 @@
12
"build.types": "tsc",
13
"build.dist": "parcel build",
14
"clean": "rimraf lib dist .parcel-cache",
15
+ "configure": "configure",
16
"fix": "npm run lint -- --fix",
17
"fio:promo": "node -r sucrase/register src/bin/fioPromo/fioPromo.ts",
18
"lifi": "node -r sucrase/register src/bin/lifiReporter.ts",
19
"precommit": "lint-staged && npm run prepare",
- "prepare": "./scripts/prepare.sh && npm-run-all clean -p build.*",
20
+ "prepare": "./scripts/prepare.sh && npm-run-all clean configure -p build.*",
21
"start": "node -r sucrase/register src/indexQuery.ts",
22
"start:cache": "node -r sucrase/register src/indexCache.ts",
23
"start:rates": "node -r sucrase/register src/indexRates.ts",
0 commit comments