Skip to content

Commit 86e4a1d

Browse files
author
zhengaojin
committed
fix: Named
1 parent f2c3c31 commit 86e4a1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/Dll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { spawn } = require('child_process')
22

3-
const Install = dir => {
3+
const Dll = dir => {
44
return new Promise((resolve, reject) => {
55
const child = spawn('npm', ['run', 'dll'], {
66
cwd: dir,
@@ -19,4 +19,4 @@ const Install = dir => {
1919
})
2020
}
2121

22-
module.exports = Install
22+
module.exports = Dll

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rs-admin-cli",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Command line interface for react",
55
"author": "zhengaojin <zhengaojin@live.cn>",
66
"private": false,

0 commit comments

Comments
 (0)