[LOCAL] Add missing sed import to test script

This commit is contained in:
Luna Wei
2023-12-19 10:46:54 -08:00
parent 0db45a5590
commit e5e15a8115
+1 -1
View File
@@ -16,7 +16,7 @@
* and to make it more accessible for other devs to play around with.
*/
const {exec, pushd, popd, pwd, cd} = require('shelljs');
const {exec, pushd, popd, pwd, cd, sed} = require('shelljs');
const updateTemplatePackage = require('./update-template-package');
const yargs = require('yargs');
const path = require('path');