diff options
Diffstat (limited to 'tests/specs/task/workspace/package.json')
-rw-r--r-- | tests/specs/task/workspace/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/task/workspace/package.json b/tests/specs/task/workspace/package.json new file mode 100644 index 000000000..a468ec494 --- /dev/null +++ b/tests/specs/task/workspace/package.json @@ -0,0 +1,6 @@ +{ + "scripts": { + "pkg-json-root": "echo pkg-json $PWD", + "pkg-json-root-2": "echo hi" + } +} |