Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d525d1e

Browse files
committed
token: fix gh-pages
1 parent f487f52 commit d525d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean": "shx rm -rf lib",
3030
"build": "yarn clean && tsc -p tsconfig.json; tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json",
3131
"postbuild": "echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json && echo '{\"type\":\"module\"}' > lib/esm/package.json",
32-
"deploy": "yarn docs && gh-pages --dist token --dotfiles",
32+
"deploy": "yarn docs && gh-pages --dist docs --dotfiles",
3333
"example": "node --experimental-specifier-resolution=node --loader ts-node/esm examples/create_mint_and_transfer_tokens.ts",
3434
"test": "yarn test:unit && yarn test:e2e-built && yarn test:e2e-native",
3535
"test:unit": "mocha test/unit",

0 commit comments

Comments
 (0)