Skip to content

Commit fd95f83

Browse files
author
3aa49ec6bfc910647fa1c5a013e48eef
committed
Update package.json path in copy-package-json script
1 parent 8059e8b commit fd95f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"build": "tsup && npm run copy-package-json",
10-
"copy-package-json": "cp package.json ../build/setup/package.json"
10+
"copy-package-json": "cp package.json ../../build/setup/package.json"
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)