We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8beede commit da954ebCopy full SHA for da954eb
README.md
@@ -1,2 +1,9 @@
1
# jscms-server-build
2
-jscms-server-build 构建工具。
+
3
+jscms-server 发行版构建工具。
4
5
+# 用法
6
7
+```bash
8
+jscms-server-build
9
+```
lib/fsAction.js
@@ -31,7 +31,9 @@ let actionFn = {
31
"engines": json.engines,
32
"scripts": {
33
"start": json.scripts.start,
34
- "stop": json.scripts.stop
+ "stop": json.scripts.stop,
35
+ "backup": json.scripts.backup,
36
+ "restore": json.scripts.restore
37
},
38
"repository": json.repository,
39
"author": json.author,
package.json
@@ -1,6 +1,6 @@
{
"name": "jscms-server-build",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "jscms-server-build",
"main": "index.js",
"bin": {
0 commit comments