Skip to content

Commit

Permalink
Don't include tests in published package (#1180)
Browse files Browse the repository at this point in the history
* Don't include tests in published package

* Add change file
  • Loading branch information
Thoralf-M authored Aug 8, 2022
1 parent 128283b commit 78a29ec
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/ignore-tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

---
"nodejs-binding": patch
---

Don't include tests in published package.
1 change: 1 addition & 0 deletions bindings/nodejs/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ target
**/out/
**/tests/
**/dist
package.json
3 changes: 2 additions & 1 deletion bindings/nodejs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ out/
**/dist
**/client.log
stronghold
package-lock.json
package-lock.json
test
6 changes: 6 additions & 0 deletions bindings/nodejs/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target
**/*~
**/node_modules
**/.DS_Store
build
test
3 changes: 2 additions & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
"author": "IOTA Foundation <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"cargo-cp-artifact": "^0.1.5",
"@iota/types": "^1.0.0-beta.11",
"@types/node": "^18.6.4",
"cargo-cp-artifact": "^0.1.5",
"prebuild-install": "^5.3.3"
},
"scripts": {
Expand Down

0 comments on commit 78a29ec

Please sign in to comment.