Skip to content

Commit

Permalink
fix the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Dec 6, 2018
1 parent 2a9a4c1 commit 653b7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ onExit() {
build() {
echo 'Start building..'
# Run tsc
tsc -p tsconfig.prod.json
tsc -p tsconfig.json
echo 'tsc exist with status code:' $?
echo 'Copying Other files..'
cp -rf package.json lib
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"noUnusedParameters": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "build",
"outDir": "lib",
"preserveConstEnums": true,
"rootDir": "./src",
"baseUrl": ".",
Expand Down

0 comments on commit 653b7d2

Please sign in to comment.