Skip to content

Commit ad8f14f

Browse files
committed
Make npm run deconst-control-build an entry point.
1 parent 83e1aac commit ad8f14f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@
66
"type": "git",
77
"url": "git+https://github.com/deconst/deconst-docs-control.git"
88
},
9-
"author": "",
9+
"author": "Ash Wilson <[email protected]>",
1010
"license": "Apache-2.0",
1111
"bugs": {
1212
"url": "https://github.com/deconst/deconst-docs-control/issues"
1313
},
14+
"scripts": {
15+
"start": "grunt build",
16+
"deconst-control-build": "npm start"
17+
},
1418
"homepage": "https://github.com/deconst/deconst-docs-control#readme",
1519
"devDependencies": {
1620
"grunt": "^0.4.5",
21+
"grunt-cli": "^0.1.13",
1722
"grunt-deconst-assets": "^0.2.0"
1823
}
1924
}

0 commit comments

Comments
 (0)