Skip to content

Commit 14c91dc

Browse files
committed
Revert "Merge pull request #163 from Lightning-Flow-Scanner/fix-bad-types-on-runtime"
This reverts commit d8bcf4a, reversing changes made to bab12e1.
1 parent 75186a4 commit 14c91dc

File tree

12 files changed

+164
-116
lines changed

12 files changed

+164
-116
lines changed

.github/workflows/deploy-BETA.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
run: |
4949
npm ci
5050
npm run build
51-
npm run tsc:cp:files
51+
npm run cp:files
52+
npm run cp:types
5253
- name: Semantic Release Dependency
5354
run: npm install -g @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/npm conventional-changelog-conventionalcommits semantic-release
5455
- name: Publish Beta

.github/workflows/deploy-RELEASE.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
run: |
4242
npm ci
4343
npm run build
44-
npm run tsc:cp:files
45-
cd out
44+
npm run cp:files
45+
npm run cp:types
46+
cd out/src
4647
npm publish
4748
env:
4849
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

.swcrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"type": "es6",
66
"strictMode": true,
77
"noInterop": false,
8-
"resolveFully": true,
9-
"importInterop": "babel"
8+
"resolveFully": true
109
},
1110
"jsc": {
1211
"externalHelpers": false,

package-lock.json

Lines changed: 135 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)