Remove Grunt in favor of ts/scripts

This commit is contained in:
Scott Nonnenberg
2021-12-14 08:43:46 -08:00
committed by GitHub
parent 4e947211b2
commit e74376b997
92 changed files with 1137 additions and 1661 deletions

View File

@@ -56,7 +56,7 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- name: Build typescript
run: yarn grunt
run: yarn generate
- name: Bundle
run: yarn build:webpack

View File

@@ -128,7 +128,6 @@ jobs:
run: yarn install --frozen-lockfile
- run: yarn generate
- run: node build\grunt.js
- run: yarn test-node
- run: copy package.json temp.json
- run: del package.json