Skip to content

Commit

Permalink
switch sandbox to classic npm publish, since we do not want to tag re…
Browse files Browse the repository at this point in the history
…leases of sandbox
  • Loading branch information
flaurida committed Mar 5, 2020
1 parent 503d83a commit c966485
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"update-notifier": "^4.1.0"
},
"devDependencies": {
"@qawolf/sandbox": "^0.1.0",
"@qawolf/sandbox": "0.1.6",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^8.1.0",
"@types/inquirer": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions sandbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@qawolf/sandbox",
"version": "0.1.4",
"version": "0.1.6",
"files": [
"bin",
"build"
Expand All @@ -15,7 +15,6 @@
"bootstrap": "^4.4.1",
"date-fns": "^2.9.0",
"draft-js": "^0.11.4",
"np": "^6.2.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
Expand All @@ -29,8 +28,7 @@
"start": "PORT=5000 react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"release": "np --no-cleanup",
"version": "npm run build"
"release": "npm run build && npm publish"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c966485

Please sign in to comment.