Remove useless scripts
Showing
| ... | @@ -17,8 +17,7 @@ | ... | @@ -17,8 +17,7 @@ |
| "build-storybook": "build-storybook", | "build-storybook": "build-storybook", | ||
| "clean": "rimraf ./dist", | "clean": "rimraf ./dist", | ||
| "lint": "tslint 'src/**/*.ts'", | "lint": "tslint 'src/**/*.ts'", | ||
| "release": "yarn lint && yarn compile && yarn publish", | "release": "yarn lint && yarn compile && yarn publish" | ||
| "copy-package": "cpy ./package.json ./dist" | |||
| }, | }, | ||
| "author": "Bernardo Sunderhus", | "author": "Bernardo Sunderhus", | ||
| "license": "ISC", | "license": "ISC", | ||
| ... | ... |
Please register or sign in to comment