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 a034841 commit b215d20Copy full SHA for b215d20
scripts/release-testing/test-release-local.js
@@ -17,9 +17,8 @@
17
* and to make it more accessible for other devs to play around with.
18
*/
19
20
-import {getPackageVersionStrByTag} from '../releases/utils/npm-utils';
21
-
22
const {initNewProjectFromSource} = require('../e2e/init-project-e2e');
+const {getPackageVersionStrByTag} = require('../releases/utils/npm-utils');
23
const {REPO_ROOT} = require('../shared/consts');
24
const {
25
checkPackagerRunning,
0 commit comments