Skip to content

Commit 9aaa62f

Browse files
committed
chore: add more copy preview scripts
1 parent 6f888e1 commit 9aaa62f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"biome:format:check": "biome format ./src",
4545
"biome:format:write": "biome format --write ./src",
4646
"preview:help": "node dist/cli.js --help",
47-
"preview:copy": "node dist/cli.js test-copyin test-copyout --flat --stat",
47+
"preview:copy": "premove test-copyout && node dist/cli.js test-copyin test-copyout --flat --stat",
48+
"preview:copy2": "premove test-copyout && node dist/cli.js test-copyin test-copyout --up 1",
4849
"preview:release": "release-it --only-version --dry-run",
4950
"release": "release-it --only-version",
5051
"prepack": "node scripts/prepack.js",

0 commit comments

Comments
 (0)