Skip to content

Commit 2f977a5

Browse files
authored
Merge pull request #5 from EclipseTrading/technical/fix-github-build
Fix github gulp build (TS currently pending)
2 parents ec0e2bf + a3365c2 commit 2f977a5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
node-version: 14
2020
- run: npm install
2121
- run: npm run build:gulp
22-
- run: npm run build
22+
#- run: npm run build # Pending

src/features/ColumnMoving.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env browser */
2-
/* global requestAnimationFrame */
32

43
'use strict';
54

src/renderer/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env browser */
2-
/* global requestAnimationFrame */
32

43
'use strict';
54

0 commit comments

Comments
 (0)