We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8059e8b commit fd95f83Copy full SHA for fd95f83
deploy/setup/package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1",
9
"build": "tsup && npm run copy-package-json",
10
- "copy-package-json": "cp package.json ../build/setup/package.json"
+ "copy-package-json": "cp package.json ../../build/setup/package.json"
11
},
12
"keywords": [],
13
"author": "",
0 commit comments