1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Fix release versioning 3 (#4517)

* another attempt to fix the version packages release

* more work to fix automated changeset workflow
This commit is contained in:
Dylan Schiemann
2021-09-13 23:09:59 +01:00
committed by GitHub
parent 59ca7a8f51
commit d528ad4008
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"build": "yarn build:rollup && yarn build:next",
"build:next": "cd ./site && next build && next export",
"build:rollup": "rollup --config ./config/rollup/rollup.config.js",
"changeset:version": "yarn changeset version && yarn install && git add .",
"changesetversion": "yarn changeset version && yarn install && git add .",
"clean": "rimraf './packages/*/{dist,lib,node_modules}' './site/{.next,out}'",
"fix": "yarn fix:prettier && yarn fix:eslint",
"fix:eslint": "yarn lint:eslint --fix",