Skip to content

Commit

Permalink
Fix missing README in NPM package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jichu4n committed Sep 13, 2024
1 parent 359cd83 commit 9fdb6bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion qbjc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
/node/*.js
/node/*.d.ts

/README.md

.DS_Store

npm-debug.log*
yarn-debug.log*
yarn-error.log*

*.tgz
*.tgz
3 changes: 2 additions & 1 deletion qbjc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"build": "npm run build:grammar && npm run build:tsc && npm run build:nodeRuntimeBundle",
"package-test": "npm run build && ./src/tests/package-test.sh",
"lint": "prettier --check .",
"test": "jest"
"test": "jest",
"prepack": "cp ../README.md ./"
},
"devDependencies": {
"@types/ansi-styles": "^3.2.1",
Expand Down

0 comments on commit 9fdb6bd

Please sign in to comment.