Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Added shx to enable cross-platform cp command for build on windows (#125
Browse files Browse the repository at this point in the history
)
  • Loading branch information
RossVertizan committed Nov 25, 2022
1 parent 8dda1c0 commit e4235c4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 116 deletions.
142 changes: 27 additions & 115 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build": "run-s clean compile copy",
"clean": "rimraf ./build",
"compile": "tsc --build tsconfig.json",
"copy": "cp src/cjs/package.json build/cjs",
"copy": "shx cp src/cjs/package.json build/cjs",
"test": "run-s test:*",
"test:eslint": "eslint src tests",
"test:unit": "vitest",
Expand Down Expand Up @@ -89,6 +89,7 @@
"npm-run-all": "^4.1.5",
"release-it": "^15.5.0",
"rimraf": "^3.0.2",
"shx": "^0.3.4",
"typescript": "^4.8.4",
"vitest": "0.25.2"
}
Expand Down

0 comments on commit e4235c4

Please sign in to comment.