We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48b34ec + b9a4b32 commit 84dfd34Copy full SHA for 84dfd34
package.json
@@ -10,7 +10,7 @@
10
"license": "MIT",
11
"scripts": {
12
"compile": "tsc",
13
- "dev": "tsc -w",
+ "dev": "tsc && yarn generate-strategies:ts",
14
"clean": "rm -rf ./lib",
15
"copy-files": "mkdir -p ./src/assets && cp -R ./src/assets ./lib",
16
"build": "yarn compile && yarn generate-strategies:ts && yarn copy-files",
public/chains/allnetworks.svg
0 commit comments