Skip to content

Commit

Permalink
Upgrade versions to latest ones
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVuillaume committed Dec 30, 2020
1 parent f35dd09 commit 37b54c5
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 531 deletions.
2 changes: 1 addition & 1 deletion lambda/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var tsProject = ts.createProject('tsconfig.json');
* Hence, here, CWD value is absolute path leadind to "".ask/lambda" */
var CWD = process.cwd();
/* When the task "post-install-hook" executes,
wz are tagetting files already copied in the .ask folder.
we are tagetting files already copied in the .ask folder.
Thus, we can leave the the freshly compiled js fies in place.*/
var OUT_DIR = '.';

Expand Down
Loading

0 comments on commit 37b54c5

Please sign in to comment.