Skip to content

Commit

Permalink
fix: add copy (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdigital authored Nov 19, 2023
1 parent 3cdd77e commit 02ec8b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"semantic-release": "nx run-many --target=semantic-release --parallel=false"
},
"devDependencies": {
"@theunderscorer/nx-semantic-release": "^2.7.1",
"nx": "17.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"build": "tsup",
"watch": "tsup --watch"
"build": "tsup && yarn copy-files",
"watch": "tsup --watch",
"copy-files": "cp package.json ./dist"
},
"publishConfig": {
"access": "public"
Expand All @@ -26,7 +27,6 @@
"@utilz/types": "^0.1.19"
},
"devDependencies": {
"@theunderscorer/nx-semantic-release": "^2.7.1",
"tsup": "^7.3.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tson/parse@workspace:packages/parse"
dependencies:
"@theunderscorer/nx-semantic-release": "npm:^2.7.1"
"@utilz/deepmerge": "npm:^0.1.21"
"@utilz/types": "npm:^0.1.19"
tsup: "npm:^7.3.0"
Expand Down Expand Up @@ -5756,6 +5755,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root@workspace:."
dependencies:
"@theunderscorer/nx-semantic-release": "npm:^2.7.1"
nx: "npm:17.1.2"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 02ec8b9

Please sign in to comment.