Created
March 6, 2018 08:31
-
-
Save volkovasystems/d845a9539dbb65a52931496804b89614 to your computer and use it in GitHub Desktop.
structure for build.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"prepare": [ | |
"npm install modchk@latest --global", | |
[ "modchk verify flxc --global", "npm install flxc@latest --global" ], | |
[ "modchk verify rsetmod --global", "npm install rsetmod@latest --global" ], | |
[ "modchk verify njava --global", "npm install njava@latest --global" ], | |
[ "modchk verify jesy --global", "npm install jesy@latest --global" ], | |
[ "modchk verify selenium-standalone --global", "npm install selenium-standalone@latest --global" ], | |
[ "modchk verify volkovasystem --global", "npm install volkovasystem@latest --global" ], | |
"selenium-standalone install" | |
], | |
"configure": [ | |
"vs template basic-develop-dependency", | |
"vs template webpack-compact", | |
"vs template webpack-node", | |
"vs template webpack-test", | |
"vs template wdio-client", | |
"vs template test-html", | |
"vs template bridge-html", | |
"vs template basic-minify-json", | |
"vs template basic-gitignore", | |
"vs template basic-npmignore", | |
"vs template basic-client-server-build-script", | |
"vs template basic-client-server-clean-script" | |
], | |
"build": [ | |
"npm run deploy" | |
], | |
"resolve": [ | |
"npm run clean" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment