We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e455503 commit 0214487Copy full SHA for 0214487
.github/workflows/cd.yaml
@@ -94,19 +94,19 @@ jobs:
94
make ts-sdk
95
96
- name: Install dependencies
97
- working-directory: src/TypescriptSDK
+ working-directory: src/TypeScriptSDK
98
run: npm i
99
100
- name: Build and pack package
101
102
run: |
103
npm run custom-pack
104
cp ./*.tgz ./../../
105
106
- name: Unit tests
107
- working-directory: src/TypescriptSDK.Tests
+ working-directory: src/TypeScriptSDK.Tests
108
109
- npm i ./../TypescriptSDK/dragonfly-schema-${{env.RELEASE_VERSION}}.tgz
+ npm i ./../TypeScriptSDK/dragonfly-schema-${{env.RELEASE_VERSION}}.tgz
110
npm i honeybee-schema
111
npm run test
112
0 commit comments