Skip to content

Commit

Permalink
Merge pull request #283 from jakedetels/modelfusion-README-for-npm
Browse files Browse the repository at this point in the history
fix-copy-files-path
  • Loading branch information
lgrammel authored Feb 19, 2024
2 parents c5e6a6c + c8a081a commit cabc62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modelfusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"clean": "rimraf build dist .turbo node_modules",
"clean:build": "rimraf build dist",
"build": "tsup && pnpm build:copy-files",
"build:copy-files": "copyfiles --flat package.json ./README.md ../../LICENSE ./CHANGELOG.md dist",
"build:copy-files": "copyfiles --flat package.json ../../README.md ../../LICENSE ../../CHANGELOG.md dist",
"test": "vitest --config vitest.config.js --run src",
"test:watch": "vitest watch --config vitest.config.js",
"test:coverage": "vitest run --config vitest.config.js --coverage",
Expand Down

0 comments on commit cabc62f

Please sign in to comment.