Skip to content

Commit

Permalink
build: add release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Aug 6, 2019
1 parent 8ebdc2c commit 17b2ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -42,7 +42,8 @@
"jest:cov": "jest --coverage",
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"test_modules": "CI=true lerna run test --stream",
"publish_docs": "lerna run publish --scope react-dnd-documentation",
"release": "lerna release",
"release_docs": "lerna run release --stream --scope react-dnd-documentation",
"test": "run-s clean lint build test_modules jest:cov",
"prettify": "prettier 'packages/*/**/*.js' 'examples/**/*.js' 'site/**/*.js'",
"precommit": "lint-staged",
Expand Down

0 comments on commit 17b2ba7

Please sign in to comment.