Skip to content

Commit

Permalink
Merge pull request #113 from DX-DeveloperExperience/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ig1na authored Jul 30, 2019
2 parents 1815148 + a552c04 commit 53c3da6
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 2 deletions.
177 changes: 177 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@types/mock-fs": "3.6.30",
"@types/node": "10.12.29",
"@types/winston": "2.4.4",
"copyfiles": "2.1.1",
"coveralls": "3.0.3",
"globby": "8.0.2",
"husky": "1.3.1",
Expand Down Expand Up @@ -74,8 +75,8 @@
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "tslint -p . -t stylish",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme && npm run copy-templates",
"copy-templates": "cp -r src/rules/DEV/SCM/github/templates/template_files lib/rules/DEV/SCM/github/templates/template_files",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme && npm run copy-static-files",
"copy-static-files": "find src -not -name '*.ts' -type f -exec copyfiles -u 1 {} lib/ \\;",
"test": "jest --runInBand",
"test:cov": "jest --coverage --runInBand",
"jest-cache": "jest --clearCache --detectOpenHandles ",
Expand Down

0 comments on commit 53c3da6

Please sign in to comment.