Skip to content

Commit a52faa6

Browse files
author
Luna Wei
committed
fix missing sed import
1 parent 8e5439f commit a52faa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-e2e-local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* and to make it more accessible for other devs to play around with.
1717
*/
1818

19-
const {exec, pushd, popd, pwd, cd} = require('shelljs');
19+
const {exec, pushd, popd, pwd, cd, sed} = require('shelljs');
2020
const updateTemplatePackage = require('./update-template-package');
2121
const yargs = require('yargs');
2222
const path = require('path');

0 commit comments

Comments
 (0)