Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Jan 23, 2024
2 parents e308ced + 72d5ebd commit 586355d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snaplet/copycat",
"version": "1.2.0",
"version": "2.0.0-rc.1",
"description": "",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -55,6 +55,7 @@
"worker-farm": "^1.7.0"
},
"scripts": {
"release": "git checkout next && git pull && git checkout main && git pull && yarn build && yarn publish && git push && git push --tags",
"build": "yarn clean && git checkout next && git pull && yarn && yarn build:next && git checkout main && yarn && yarn build:main && yarn build:docs",
"build:main": "yarn build:js && yarn build:types",
"build:next": "yarn build:next:js && yarn build:next:types",
Expand Down

0 comments on commit 586355d

Please sign in to comment.