File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- const { projectRoot : root } = require ( './constants ' ) ;
18
+ const { projectRoot : root } = require ( '../../utils ' ) ;
19
19
const { spawn, exec } = require ( 'child-process-promise' ) ;
20
20
const { mapPkgNameToPkgPath } = require ( './workspace' ) ;
21
21
const { readFile : _readFile } = require ( 'fs' ) ;
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
const { spawn } = require ( 'child-process-promise' ) ;
19
- const { projectRoot : root } = require ( './constants ' ) ;
19
+ const { projectRoot : root } = require ( '../../utils ' ) ;
20
20
const ora = require ( 'ora' ) ;
21
21
22
22
exports . runTests = async ( ) => {
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
const { spawn } = require ( 'child-process-promise' ) ;
19
- const { projectRoot : root } = require ( './constants ' ) ;
19
+ const { projectRoot : root } = require ( '../../utils ' ) ;
20
20
const ora = require ( 'ora' ) ;
21
21
22
22
exports . reinstallDeps = async ( ) => {
You can’t perform that action at this time.
0 commit comments