Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Revert "Prep for beta publish"
Browse files Browse the repository at this point in the history
This reverts commit 0280add.
  • Loading branch information
hwillson committed Aug 22, 2019
1 parent 9958840 commit 1e1ccf5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:umd:ci": "npx jest --config ./config/jest.umd.config.js --ci --maxWorkers=2 --reporters=default --reporters=jest-junit --silent",
"bundlesize": "npx lerna run build && bundlesize",
"prettier": "npx prettier --config ./config/prettier.config.js --write \"./**/*.{js,jsx,ts*,md,graphql,json}\"",
"deploy": "npx lerna publish --dist-tag beta",
"deploy": "npx lerna publish",
"clean": "rm -Rf ./node_modules ./meta && npx lerna exec -- npm run clean"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "npx tsc -p ./config",
"postbuild": "npx rollup -c ./config/rollup.config.js",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta"
"deploy": "npm publish"
},
"peerDependencies": {
"@types/react": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"postbuild": "npx rollup -c ./config/rollup.config.js",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta",
"deploy": "npm publish",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/common",
"test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/common --watch",
"test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/common",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postbuild": "npx rollup -c ./config/rollup.config.js",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta",
"deploy": "npm publish",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components",
"test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components --watch",
"test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/components",
Expand Down
2 changes: 1 addition & 1 deletion packages/hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postbuild": "npx rollup -c ./config/rollup.config.js",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta",
"deploy": "npm publish",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/hoc",
"test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/hoc --watch",
"test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/hoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postbuild": "npx rollup -c ./config/rollup.config.js",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta",
"deploy": "npm publish",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/hooks",
"test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/hooks --watch",
"test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/hooks",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postbuild": "npx rollup -c ./config/rollup.config.js",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta",
"deploy": "npm publish",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/ssr",
"test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/ssr --watch",
"test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/ssr",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postbuild": "npx rollup -c ./config/rollup.config.js",
"watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config",
"predeploy": "npm run build",
"deploy": "npm publish --tag beta",
"deploy": "npm publish",
"test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/testing",
"test:watch": "npm run test -- --watch",
"test:full": "npm run type-check && npm run test -- --coverage"
Expand Down

0 comments on commit 1e1ccf5

Please sign in to comment.