Skip to content

Commit d893d4c

Browse files
committed
Removing TS build, --ext extension
1 parent 1969b72 commit d893d4c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
node-version: 18
7676
registry-url: https://registry.npmjs.org/
7777
cache: 'pnpm'
78-
- name: Compile TypeScript
79-
run: pnpm run build
8078
- name: Lint Code Base
8179
uses: super-linter/super-linter/[email protected]
8280
env:
@@ -86,7 +84,7 @@ jobs:
8684
LINTER_RULES_PATH: /
8785
VALIDATE_ALL_CODEBASE: false
8886
VALIDATE_JAVASCRIPT_ES: true
89-
VALIDATE_JSON: false
87+
VALIDATE_JSON: true
9088
# ESLint only on changed files (not the same as the above super-linter)
9189
- name: Get Changed Files (space-separated)
9290
id: changed_files_space

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build:node": "tsc -p tsconfig.node.json",
4141
"build:browser": "tsc -p tsconfig.browser.json",
4242
"test": "jest",
43-
"watch": "nodemon --watch src --ext ts --exec 'pnpm run build'",
43+
"watch": "nodemon --watch src --exec 'pnpm run build'",
4444
"cli": "node dist/server/server/cli.js"
4545
},
4646
"files": [

0 commit comments

Comments
 (0)