We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e785f3 commit 5a82d01Copy full SHA for 5a82d01
scripts/updateSelectorEngine.ts
@@ -29,7 +29,7 @@ const WINDOW_MOCK = `{
29
}`;
30
31
async function run() {
32
- console.log('updating JQuery Sel!ector engine...');
+ console.log('updating JQuery Selector engine...');
33
34
await runCommand(`npm install --ignore-scripts`, jqueryDepDir);
35
await runCommand(`npm run build -- --include=selector`, jqueryDepDir);
0 commit comments