Update versions
This commit is contained in:
parent
a4053e6412
commit
a8dc0b3647
21 changed files with 51310 additions and 11750 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "@link-stack",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Link from the Center for Digital Resilience",
|
||||
"scripts": {
|
||||
"dev": "dotenv -- turbo dev",
|
||||
"build": "dotenv -- turbo build",
|
||||
"migrate": "dotenv -- npm run migrate --workspace=database",
|
||||
"lint": "dotenv turbo lint",
|
||||
"update-version": "find . -name 'package.json' -exec sed -i '' -E \"s/\\\"version\\\": \\\"[^\\\"]+\\\"/\\\"version\\\": \\\"$npm_config_newversion\\\"/\" {} +",
|
||||
"update-version": "find . -name 'package.json' -exec sed -i -E 's/\"version\": \"[^\"]+\"/\"version\": \"2.1.1\"/' {} +",
|
||||
"upgrade:setup": "npm i -g npm-check-updates",
|
||||
"upgrade:check": "ncu && ncu -ws",
|
||||
"upgrade": "ncu -u -x eslint -x kysely && ncu -ws -u -x eslint -x kysely && npm i",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue