Skip to content

Commit

Permalink
chore: Add README to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Mar 28, 2023
1 parent 0694052 commit f63b2f7
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 0 deletions.
230 changes: 230 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build:0-clean": "rimraf dist coverage",
"build:1-compile": "tsc -p tsconfig.build.json",
"build:2-copy-pkg-json": "npx --yes @makerx/ts-toolkit@latest copy-package-json",
"build:3-copy-readme": "copyfiles README.md dist",
"test": "jest --coverage --passWithNoTests",
"lint": "eslint ./src/ --ext .ts",
"lint:fix": "eslint ./src/ --ext .ts --fix",
Expand All @@ -41,6 +42,7 @@
"@types/jest": "^29.2.3",
"@types/uuid": "^9.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"copyfiles": "^2.4.1",
"eslint": "8.36.0",
"npm-run-all": "^4.1.5",
"prettier": "2.8.4",
Expand Down

0 comments on commit f63b2f7

Please sign in to comment.