We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run deconst-control-build
1 parent 83e1aac commit ad8f14fCopy full SHA for ad8f14f
package.json
@@ -6,14 +6,19 @@
6
"type": "git",
7
"url": "git+https://github.com/deconst/deconst-docs-control.git"
8
},
9
- "author": "",
+ "author": "Ash Wilson <[email protected]>",
10
"license": "Apache-2.0",
11
"bugs": {
12
"url": "https://github.com/deconst/deconst-docs-control/issues"
13
14
+ "scripts": {
15
+ "start": "grunt build",
16
+ "deconst-control-build": "npm start"
17
+ },
18
"homepage": "https://github.com/deconst/deconst-docs-control#readme",
19
"devDependencies": {
20
"grunt": "^0.4.5",
21
+ "grunt-cli": "^0.1.13",
22
"grunt-deconst-assets": "^0.2.0"
23
}
24
0 commit comments