Skip to content

Commit

Permalink
release: v0.5.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Dec 13, 2023
1 parent 40bdc71 commit 1cf3bfd
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 73 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "faim",
"PascalCasedName": "Faim",
"version": "0.5.0-beta.20",
"version": "0.5.0-beta.21",
"private": false,
"description": "Element Plus (Vue 3) & Element UI (Vue 2.7/2.6) isomorphic UI component library. ❄️ More than Element.",
"author": {
Expand Down Expand Up @@ -137,4 +137,4 @@
],
"{scripts,src}": "eslint --cache --fix"
}
}
}
122 changes: 53 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/dev.mts
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ async function dev() {
} */
console.log(cyan('Setting registry...'))
spawn.sync('pnpm', ['config', 'set', 'registry', 'https://registry.npmmirror.com'], { stdio: 'inherit' })
console.log(cyan('Installing node lts...'))
spawn.sync('pnpm', ['env', 'use', '-g', 'lts'], { stdio: 'inherit' })
// console.log(cyan('Installing node lts...'))
// spawn.sync('pnpm', ['env', 'use', '-g', 'lts'], { stdio: 'inherit' })
console.log(cyan('Installing global packages...'))
spawn('pnpm', ['add', 'cnpm', '@antfu/ni', '-g'], { stdio: 'inherit' })
console.log(cyan('Deleting ./node_modules...'))
Expand Down

0 comments on commit 1cf3bfd

Please sign in to comment.