remove watch command

This commit is contained in:
Jordan Sexton 2021-12-27 20:00:57 -06:00
parent afaef4c141
commit ad0525ebfe
1 changed files with 0 additions and 1 deletions

View File

@ -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",