Skip to content

Commit

Permalink
build: Trying both patterns for copyfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Feb 13, 2024
1 parent 70b8acc commit e742fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerx/ts-toolkit",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"description": "This cli facilitates the creation of boilerplate files in a new typescript repo",
"type": "module",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"build:3-build": "rollup -c --configPlugin typescript",
"build:4-copy-pkg-json": "tsx src/bin/run-cli.ts copy-package-json -c .tstoolkitrc.ts",
"build:5-copy-readme": "copyfiles ./README.md ./dist",
"build:6-copy-templates": "copyfiles src/templates/** ./dist --all --up 1 --verbose",
"build:6-copy-templates": "copyfiles src/templates/** src/template/**/* ./dist --all --up 1 --verbose",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
Expand Down

0 comments on commit e742fee

Please sign in to comment.