Skip to content

Commit

Permalink
Fix stagingDir
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Aug 22, 2024
1 parent d433306 commit 042dc95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"!**/*.spec.bs"
],
"rootDir": "./src",
"stagingDir": "./dist",
"emitDefinitions": true,
"sourceMap": true,
"autoImportComponentScript": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"description": "A Promise-like implementation for BrightScript/Roku",
"scripts": {
"preversion": "npm run prepare-releases",
"preversion": "npm run build && npm run prepare-releases",
"build": "bsc --create-package=false",
"build-tests": "bsc --project bsconfig.tests.json",
"test": "npm run build-tests && npx ts-node ./scripts/runUnitTestsOnDevice.ts",
Expand Down

0 comments on commit 042dc95

Please sign in to comment.