Skip to content

Commit afe8cc8

Browse files
committed
fix: token schemas should be part of the dist
1 parent c490431 commit afe8cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"scripts": {
5757
"prepare": "tsc -p ./tsconfig.build.json",
5858
"build": "shx rm -rf ./dist && tsc -p ./tsconfig.build.json",
59-
"postbuild": "shx cp -f src/status/*.json dist/status/",
59+
"postbuild": "shx cp -f src/status/*.json dist/status/ && shx cp -f src/tokens/schemas/*.json dist/tokens/schemas/",
6060
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
6161
"ts-node": "ts-node",
6262
"ts-node-inspect": "node --require ts-node/register --inspect",

0 commit comments

Comments
 (0)