diff --git a/package.json b/package.json index b674296..12baa0b 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,8 @@ "ui" ], "scripts": { + "build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", + "ci": "yarn && yarn lint && yarn build", "pub": "yarn ci && npm publish --access public", "lint": "eslint 'src/*.ts' --fix", "prepare": "husky install"