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 ebd2f67 commit 3996cf3Copy full SHA for 3996cf3
scripts/test-e2e-local.js
@@ -16,7 +16,7 @@
16
* and to make it more accessible for other devs to play around with.
17
*/
18
19
-const {exec, pushd, popd, pwd, cd} = require('shelljs');
+const {exec, pushd, popd, pwd, cd, sed} = require('shelljs');
20
const updateTemplatePackage = require('./update-template-package');
21
const yargs = require('yargs');
22
const path = require('path');
0 commit comments