Skip to content

Commit

Permalink
fix: include schemas for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 25, 2023
1 parent 7bad18f commit 2372e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ set -x
npx swc -C jsc.experimental.keepImportAssertions=true -d dist/nrfCloud ./nrfCloud
npx swc -C jsc.experimental.keepImportAssertions=true -d dist/nrfGuide ./nrfGuide
npx swc -C jsc.experimental.keepImportAssertions=true -d dist/validator ./validator
npx swc -C jsc.experimental.keepImportAssertions=true -d dist/generate ./generate
cp -r schemas ./dist
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
"nrfCloud",
"nrfGuide",
"validator",
"schemas",
"generate",
"nrfcloud-application-protocols/schemas"
],
"jest": {
Expand Down

0 comments on commit 2372e42

Please sign in to comment.