remove watch command
This commit is contained in:
parent
afaef4c141
commit
ad0525ebfe
|
@ -29,7 +29,6 @@
|
||||||
"clean": "shx rm -rf lib",
|
"clean": "shx rm -rf lib",
|
||||||
"build": "yarn clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
|
"build": "yarn clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
|
||||||
"postbuild": "echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json && echo '{\"type\":\"module\"}' > lib/esm/package.json",
|
"postbuild": "echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json && echo '{\"type\":\"module\"}' > lib/esm/package.json",
|
||||||
"watch": "yarn build -w",
|
|
||||||
"deploy": "yarn docs && gh-pages --dist docs --dotfiles",
|
"deploy": "yarn docs && gh-pages --dist docs --dotfiles",
|
||||||
"example": "node --experimental-specifier-resolution=node --loader ts-node/esm examples/create_mint_and_transfer_tokens.ts",
|
"example": "node --experimental-specifier-resolution=node --loader ts-node/esm examples/create_mint_and_transfer_tokens.ts",
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
|
|
Loading…
Reference in New Issue