diff --git a/package.json b/package.json index b4f6c3c..0cf833d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "test": "jest --verbose --runInBand", "build": "(test ! -d dist || rm -r dist) && tsc && cp package.json dist/ && cp yarn.lock dist/ && cp -r config dist/ && cp -r views dist/ && mkdir dist/types && cp src/types/* dist/types/", - "build_and_publish": "yarn lint && yarn test && yarn build && cd dist && yarn publish", + "release": "yarn lint && yarn test && yarn build && cd dist && yarn publish", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "devDependencies": {