Skip to content

Commit

Permalink
build: remove prepublishonly script. Move release process to release …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
darthtrevino committed Aug 6, 2019
1 parent f90709e commit 7efcc49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -42,13 +42,13 @@
"jest:cov": "jest --coverage",
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"test_modules": "CI=true lerna run test --stream",
"release": "lerna publish",
"release": "run-s clean build go_no_go release:packages ",
"release:packages": "lerna publish",
"go_no_go": "node scripts/go_no_go.js",
"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",
"prepublishOnly": "yarn clean && yarn build && yarn go_no_go",
"go_no_go": "node scripts/go_no_go.js",
"preinstall": "node scripts/create_cjs_modules.js",
"start": "lerna run --parallel --stream start",
"start_docs": "lerna run --stream start --scope react-dnd-documentation",
Expand Down

0 comments on commit 7efcc49

Please sign in to comment.