forked from aws-ia/cloudformation-github-resource-providers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "cloudformation-github",
"version": "1.0.0",
"description": "## Set up git filter",
"main": " ",
"directories": {
"doc": "docs"
},
"scripts": {
"clean:all": "find . -maxdepth 1 -type d -name \"*\" -exec bash -c \"test -e {}/.rpdk-config && cd '{}' && rm -rf build && rm -rf dist && rm -rf node_modules\" \\;",
"prebuild:all": "cd GitHub-Common && npm install && npm run build",
"build:all": "find . -maxdepth 1 -type d -name \"*\" -exec bash -c \"test -e {}/.rpdk-config && cd '{}' && cfn generate && npm install && npm run build\" \\;",
"build:docs-clean": "rm -rf docs/user/generated/resources/*",
"build:docs-cp-docs": "find . -maxdepth 1 -type d -name \"*\" -exec bash -c \"! test -e {}/.rpdk-config || mkdir -p docs/user/generated/resources/{} && cp {}/docs/* docs/user/generated/resources/{}/\" \\;",
"build:docs-cp-extras": "find . -maxdepth 1 -type d -name \"*\" -exec bash -c \"! test -e {}/.rpdk-config || mkdir -p docs/user/generated/resources/{} && cp {}/docs-extra/* docs/user/generated/resources/{}/\" \\;",
"build:docs-cp": "cp -r docs/user/src/main/docs/* docs/user/generated",
"build:docs": "npm run build:docs-clean ; npm run build:docs-cp && npm run build:docs-cp-docs && npm run build:docs-cp-extras",
"build": "npm run build:all && npm run build:docs",
"submit:all": "find . -maxdepth 1 -type d -name \"*\" -exec bash -c \"test -e {}/.rpdk-config && cd '{}' && cfn submit --set-default -v --region eu-west-2\" \\;",
"test": "find . -maxdepth 1 -type d -name \"*\" -exec bash -c \"test -e {}/jest.config.js && cd '{}' && npm test\" \\;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudsoft/cloudformation-github-resource-providers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cloudsoft/cloudformation-github-resource-providers/issues"
},
"homepage": "https://github.com/cloudsoft/cloudformation-githu-resource-providers#readme"
}