support different working directory (#64)

* support different working directory

* validate working_directory
This commit is contained in:
Naoki Oketani
2020-05-23 15:59:51 +09:00
committed by GitHub
parent 277fc872da
commit 5209022168
8 changed files with 444 additions and 0 deletions

15
__tests__/testdata/workdir/package.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "workdir",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}