Skip to content

Commit b8cf143

Browse files
committed
Enable pack command
1 parent 2d5d4ca commit b8cf143

File tree

22 files changed

+33
-1
lines changed

22 files changed

+33
-1
lines changed

examples/fetch-event-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/dist/
33
/objs/
44
/wit/deps/
5+
*.tgz
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!dist/*

examples/fetch-event-app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"start-wash-verbose": "export WASMCLOUD_LOG_LEVEL=trace && node --run start-wash",
1818
"clean-wash": "wash down --all && wash up -d && wash down --purge-jetstream all && wash drain all",
1919
"start-node": "rollup -c rollup.config.node.js && node objs/bundled/main-node.js",
20+
"pack": "npm pack",
21+
"clean": "git clean -fdx -e '.env.*'",
2022
"check": "tsc"
2123
},
2224
"devDependencies": {

examples/hono-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/objs/
44
/wit/deps/
55
.env.*
6+
*.tgz

examples/hono-app/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!dist/*

examples/hono-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"start-wash-verbose": "export WASMCLOUD_LOG_LEVEL=trace && node --run start-wash",
1818
"clean-wash": "wash down --all && wash up -d && wash down --purge-jetstream all && wash drain all",
1919
"start-node": "rollup -c rollup.config.node.js && node objs/bundled/main-node.js",
20+
"pack": "npm pack",
2021
"clean": "git clean -fdx -e '.env.*'",
2122
"check": "tsc"
2223
},

examples/hono-features-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/objs/
44
/wit/deps/
55
.env.*
6+
*.tgz
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!dist/*

examples/hono-features-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"start-wash-verbose": "export WASMCLOUD_LOG_LEVEL=trace && node --run start-wash",
1818
"clean-wash": "wash down --all && wash up -d && wash down --purge-jetstream all && wash drain all",
1919
"start-node": "rollup -c rollup.config.node.js && node objs/bundled/main-node.js",
20+
"pack": "npm pack",
2021
"clean": "git clean -fdx -e '.env.*'",
2122
"check": "tsc"
2223
},

examples/hono-openapi-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/objs/
44
/wit/deps/
55
.env.*
6+
*.tgz

0 commit comments

Comments
 (0)