Skip to content

Commit e698804

Browse files
Small fix for ACG project script (#87)
1 parent 1de979f commit e698804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_acg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"relocate": "[ ! -d 'node_modules' ] || (rm -rf ../node_modules && mv -f node_modules ../)",
9-
"relocate_windows": "(if exist node_modules/ (cd ../ && remove-node-modules && move jwt_console_project/node_modules ./))",
9+
"relocate_windows": "(if exist node_modules/ (cd ../ && remove-node-modules && move quick_acg/node_modules ./))",
1010
"start": "(npm run relocate --silent || npm run relocate_windows --silent) && node quickACG.js"
1111
},
1212
"author": "DocuSign, Inc",

0 commit comments

Comments
 (0)