Skip to content

Commit 5dee151

Browse files
committed
change to ts
1 parent fd163b0 commit 5dee151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/exp/release.js renamed to scripts/exp/release.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
const { spawn, exec } = require('child-process-promise');
19-
const ora = require('ora');
18+
import { spawn, exec } from 'child-process-promise';
19+
import ora from 'ora';
2020
const { projectRoot } = require('../utils');
2121
const simpleGit = require('simple-git/promise');
2222
const git = simpleGit(projectRoot);

0 commit comments

Comments
 (0)