Remove spec types in sub-folders
This commit is contained in:
parent
de510c98e5
commit
7ebb9cbca7
@ -26,7 +26,7 @@
|
||||
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"",
|
||||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
|
||||
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
|
||||
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts",
|
||||
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts && shx rm ./types/**/*.spec.d.ts",
|
||||
"format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"",
|
||||
"build": "shx rm -rf ./build && tsc && yarn move-types && yarn format-types",
|
||||
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
|
||||
|
||||
@ -1 +0,0 @@
|
||||
export {};
|
||||
@ -26,7 +26,7 @@
|
||||
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"",
|
||||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
|
||||
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
|
||||
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts",
|
||||
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts && shx rm ./types/**/*.spec.d.ts",
|
||||
"format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"",
|
||||
"build": "shx rm -rf ./build && tsc && yarn move-types && yarn format-types",
|
||||
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
|
||||
|
||||
1
packages/sdk38/types/lcdapi/auth.spec.d.ts
vendored
1
packages/sdk38/types/lcdapi/auth.spec.d.ts
vendored
@ -1 +0,0 @@
|
||||
export {};
|
||||
@ -1,8 +0,0 @@
|
||||
/** Deployed as part of scripts/wasmd/init.sh */
|
||||
export declare const deployedErc20: {
|
||||
codeId: number;
|
||||
source: string;
|
||||
builder: string;
|
||||
checksum: string;
|
||||
instances: string[];
|
||||
};
|
||||
1
packages/sdk38/types/lcdapi/supply.spec.d.ts
vendored
1
packages/sdk38/types/lcdapi/supply.spec.d.ts
vendored
@ -1 +0,0 @@
|
||||
export {};
|
||||
Loading…
Reference in New Issue
Block a user