Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshranade committed Jan 23, 2024
1 parent bda298f commit 77aa5c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CLA Checking
on:
workflow_dispatch:
issue_comment:
push:

jobs:
check-cla:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
node-version: '20'
- name: npm install
run: npm install
- name: lint *.js
run: npm run eslint
- name: lint *.md
run: npm run markdownlint
- name: format code
run: npm run prettier-check
- name: run cla script
run: node ./github/actions/check-for-cla/index.js
coverage:
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require("path");
// If in 'production' mode, use the combined/minified/optimized version of Cesium
if (process.env.NODE_ENV === "production") {
// eslint-disable-next-line global-require
module.exports = require(path.join(__dirname, "Build/Cesium/index.cjs"));
// module.exports = require(path.join(__dirname, "Build/Cesium/index.cjs"));
return;
}

Expand Down

0 comments on commit 77aa5c2

Please sign in to comment.