diff --git a/package.json b/package.json index 18e82f9..6641945 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "clean": "(test ! -d dist || rm -r dist)", "prepareSources": "cp package.json src/", "compile": "yarn clean && tsc", - "dev": "yarn prepareSources && concurrently -k -n \"Typescript,Node,Webpack,Maildev\" -p \"[{name}]\" -c \"blue,green,red,yellow\" \"tsc --watch\" \"nodemon\" \"maildev\"", "build": "yarn prepareSources && yarn compile && cp -r yarn.lock README.md config/ views/ dist/ && mkdir dist/types && cp src/types/* dist/types/", + "dev": "yarn prepareSources && concurrently -k -n \"Typescript,Node,Webpack,Maildev\" -p \"[{name}]\" -c \"blue,green,red,yellow\" \"tsc --watch\" \"nodemon\" \"maildev\"", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "release": "yarn build && yarn lint && yarn test && cd dist && yarn publish" },