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.
dist
1 parent c490431 commit afe8cc8Copy full SHA for afe8cc8
package.json
@@ -56,7 +56,7 @@
56
"scripts": {
57
"prepare": "tsc -p ./tsconfig.build.json",
58
"build": "shx rm -rf ./dist && tsc -p ./tsconfig.build.json",
59
- "postbuild": "shx cp -f src/status/*.json dist/status/",
+ "postbuild": "shx cp -f src/status/*.json dist/status/ && shx cp -f src/tokens/schemas/*.json dist/tokens/schemas/",
60
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
61
"ts-node": "ts-node",
62
"ts-node-inspect": "node --require ts-node/register --inspect",
0 commit comments