Skip to content

Commit

Permalink
fix: absolute project root path (#7)
Browse files Browse the repository at this point in the history
* chore: action update

* fix: use abs path for projectRoot

* chore: ensureDir before copy file

* chore: fix ensure dir for dirname not filename
  • Loading branch information
sonofmagic authored Jul 28, 2023
1 parent c6d6de8 commit a97415b
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 62 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
push:
branches:
- main
- next
- alpha
- beta

jobs:
release:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches:
- main
- next
- alpha
- beta
workflow_dispatch:

jobs:
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"ls:pack": "npm pack --dry-run",
"prepare": "ts-patch install -s",
"preinstall": "npx only-allow pnpm",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"sync": "cnpm sync weapp-pandacss"
},
"packageManager": "pnpm@8.6.9",
"repository": {
Expand Down Expand Up @@ -113,17 +114,17 @@
"outdent": "^0.8.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"rollup": "^3.26.3",
"rollup": "^3.27.0",
"rollup-plugin-visualizer": "^5.9.2",
"semantic-release": "^21.0.7",
"semver": "^7.5.4",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"typescript-transform-paths": "^3.4.6",
"vitest": "^0.33.0",
"semver": "^7.5.4"
"vitest": "^0.33.0"
},
"dependencies": {
"@babel/generator": "^7.22.9",
Expand Down
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

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

Loading

0 comments on commit a97415b

Please sign in to comment.