Skip to content

Commit

Permalink
CLI: Don't update versions.json on CLI prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 30, 2021
1 parent 637daa1 commit 2814acc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/cli/package.json
Expand Up @@ -38,9 +38,8 @@
"versions.json"
],
"scripts": {
"prepare": "node ./scripts/generate-sb-packages-versions.js && node ../../scripts/prepare.js",
"test": "jest test/**/*.test.js",
"postversion": "node ./scripts/generate-sb-packages-versions.js"
"prepare": "node ../../scripts/prepare.js",
"test": "jest test/**/*.test.js"
},
"dependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit 2814acc

Please sign in to comment.