Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions projects/projen.io/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ test:
- git config --global user.name "Pkgx CI"
- run:
- projen new node --name test-project-node
- testfiles="package.json yarn.lock .projenrc.js"
- testfiles="package.json .projenrc.js"
- for file in $testfiles; do test -f $file; done
working-directory: node
- run:
- projen new typescript --name test-project-typescript
- testfiles="package.json yarn.lock .projenrc.ts"
- testfiles="package.json .projenrc.ts"
- for file in $testfiles; do test -f $file; done
working-directory: typescript
# this has a strange yargs error that seems like typescript compatibility issues
Expand Down
Loading