mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
build: automate release step fully (#5414)
* build: automate release step fully * exit process when error * Add npm scripts for release and prerelease * update docs with release setps
This commit is contained in:
parent
76a5bb060e
commit
11a3380d83
4 changed files with 81 additions and 29 deletions
|
@ -113,6 +113,8 @@
|
|||
"test:typecheck": "tsc",
|
||||
"test:update": "yarn test:app --updateSnapshot --watchAll=false",
|
||||
"test": "yarn test:app",
|
||||
"autorelease": "node scripts/autorelease.js"
|
||||
"autorelease": "node scripts/autorelease.js",
|
||||
"prerelease": "node scripts/prerelease.js",
|
||||
"release": "node scripts/release.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue