Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation (#50988)

This commit is contained in:
Jake Bailey
2022-10-07 09:50:46 -07:00
committed by GitHub
parent dbeae5d943
commit ad56b5ca56
72 changed files with 1080 additions and 939 deletions

View File

@@ -67,3 +67,20 @@ jobs:
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration
misc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "*"
check-latest: true
- run: npm ci
- name: Build scripts
run: gulp scripts
- name: ESLint tests
run: gulp run-eslint-rules-tests