We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2e6c2 commit 6db01d9Copy full SHA for 6db01d9
.github/workflows/CI.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Install
26
run: npm ci --no-audit --no-fund
27
28
+ - name: Install Playwright
29
+ run: npx -y [email protected] install --with-deps chromium
30
+
31
- name: Build scripts
32
run: npx gulp scripts
33
build/test-paths-core.js
gulpfile.js
@@ -13,7 +13,6 @@ var merge = require('merge2');
13
var argv = require('yargs').argv;
14
15
var license = require('./build/gulp/license');
16
-var requireDir = require('require-dir');
17
18
const exec = require('child_process').exec;
19
const terser = require('gulp-terser');
0 commit comments