Skip to content

Commit

Permalink
fix : missing readme.md && LINCENSE files from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Acuao committed Dec 31, 2022
1 parent 0f4fcdf commit 470caf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "base64-advanced-cli",
"version": "1.2.1",
"version": "1.2.2",
"description": "Command line interface for advanced base 64 encoding/decoding",
"scripts": {
"dev": "tsc -w",
"test": "npx ts-node --esm test/test.ts",
"build": "npm i && npx rimraf dist && tsc && npx ts-node --esm scripts/build-package-json",
"build": "npm i && npx rimraf dist && tsc && npx ts-node --esm scripts/build-package-json && cp readme.md LICENSE dist/",
"build:local": "npm uninstall -g base64-advanced-cli && npm run build && npm install -g .",
"make:prerelease": "npm run build:local && npm test",
"make:release": "npm run make:prerelease && npm publish"
Expand Down

0 comments on commit 470caf8

Please sign in to comment.