mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Stops collisions with ES6's Generator. The old Blockly.Generator still exists as a name, but is now deprecated.
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "${RUNNER_OS}" == "macOS" ]
|
|
then
|
|
export CHROME_BIN="/Applications/Google Chrome.app"
|
|
npm run test:prepare > /dev/null &
|
|
fi
|