Skip to content

Commit

Permalink
Fix deploy.sh script transpiling
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup committed Apr 2, 2024
1 parent 0a501b9 commit bb0d37f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib
node_modules
lib/
node_modules/
.env
data/shapefiles/
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"ts-mocha": "^10.0.0",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
"typescript": "^5.4.3"
}
}
1 change: 0 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fi
git pull

# Install dependencies
export NODE_ENV=production
npm ci

# Transpile ts into js
Expand Down

0 comments on commit bb0d37f

Please sign in to comment.