Skip to content

Commit

Permalink
chore: fix pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
callqh committed Apr 9, 2024
1 parent 311393b commit f041188
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,18 +185,18 @@ jobs:
rustc --version
echo "~~~~ node -v ~~~~"
node -v
echo "~~~~ yarn --version ~~~~"
yarn --version
echo "~~~~ pnpm --version ~~~~"
pnpm --version
pwd
ls -lah
whoami
env
freebsd-version
yarn install
yarn build
pnpm install
pnpm build
rm -rf node_modules
rm -rf target
rm -rf .yarn/cache
rm -rf .pnpm/cache
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-android-arm-eabi",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"android"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-android-arm64",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"android"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-darwin-arm64",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"darwin"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-darwin-universal",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"darwin"
],
Expand All @@ -12,4 +12,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-darwin-x64",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"darwin"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-freebsd-x64",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"freebsd"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-linux-arm-gnueabihf",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-linux-arm64-gnu",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-linux-arm64-musl",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"musl"
]
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-linux-x64-gnu",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-linux-x64-musl",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"musl"
]
}
}
4 changes: 2 additions & 2 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-win32-arm64-msvc",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"win32"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-win32-ia32-msvc",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"win32"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string-win32-x64-msvc",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"win32"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/magic-string",
"version": "0.0.2",
"version": "0.0.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit f041188

Please sign in to comment.