diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-09 19:58:09 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-09 19:58:09 -0700 |
commit | c1a8097f0a7f3cddb0aebac26e6197ffef186972 (patch) | |
tree | 3082e8cf83199d42d96522fea48e278f47935650 /extension/package.json | |
parent | f38c8fb8b33a705ed4eb4d2e0974060ebb88afd3 (diff) | |
download | sncontinue-c1a8097f0a7f3cddb0aebac26e6197ffef186972.tar.gz sncontinue-c1a8097f0a7f3cddb0aebac26e6197ffef186972.tar.bz2 sncontinue-c1a8097f0a7f3cddb0aebac26e6197ffef186972.zip |
fix: :bug: attempting to fix mkdir
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index e887dc7a..ea4d8c16 100644 --- a/extension/package.json +++ b/extension/package.json @@ -195,7 +195,7 @@ "lint": "eslint src --ext ts", "build-test": "tsc && node esbuild.test.mjs", "test": "npm run build-test && node ./out/test-runner/runTestOnVSCodeHost.js", - "package": "npm install && npm run typegen && npm run clientgen && cd react-app && npm install && npm run build && cd .. && mkdir -p ./build && vsce package --out ./build" + "package": "npm install && npm run typegen && npm run clientgen && cd react-app && npm install && npm run build && cd .. && mkdir build && vsce package --out ./build" }, "devDependencies": { "@nestjs/common": "^8.4.7", |