Skip to content

Commit 3cb0dbd

Browse files
committed
Add missing configure script
1 parent 601194c commit 3cb0dbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
"build.types": "tsc",
1313
"build.dist": "parcel build",
1414
"clean": "rimraf lib dist .parcel-cache",
15+
"configure": "configure",
1516
"fix": "npm run lint -- --fix",
1617
"fio:promo": "node -r sucrase/register src/bin/fioPromo/fioPromo.ts",
1718
"lifi": "node -r sucrase/register src/bin/lifiReporter.ts",
1819
"precommit": "lint-staged && npm run prepare",
19-
"prepare": "./scripts/prepare.sh && npm-run-all clean -p build.*",
20+
"prepare": "./scripts/prepare.sh && npm-run-all clean configure -p build.*",
2021
"start": "node -r sucrase/register src/indexQuery.ts",
2122
"start:cache": "node -r sucrase/register src/indexCache.ts",
2223
"start:rates": "node -r sucrase/register src/indexRates.ts",

0 commit comments

Comments
 (0)