Skip to content

Commit

Permalink
fix: publishing npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethcassel committed Oct 28, 2021
1 parent 49ab97a commit 60a826b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 55 deletions.
97 changes: 45 additions & 52 deletions lerna-debug.log
Original file line number Diff line number Diff line change
@@ -1,52 +1,45 @@
38 error Error: Command failed with exit code 1: git commit -F /private/var/folders/rn/wzlw8n6n18l5k5r331f5s2zc0000gn/T/dc8f550a-b98b-4c30-a7f4-acede4917f02/lerna-commit.txt
38 error $ lerna run check-types
38 error lerna notice cli v4.0.0
38 error lerna info versioning independent
38 error lerna info Executing command in 3 packages: "yarn run check-types"
38 error lerna info run Ran npm script 'check-types' in '@run-wasm/python' in 4.3s:
38 error $ tsc
38 error lerna info run Ran npm script 'check-types' in '@run-wasm/ts' in 6.4s:
38 error $ tsc
38 error lerna info run Ran npm script 'check-types' in '@run-wasm/run-wasm' in 7.1s:
38 error $ tsc
38 error lerna success run Ran npm script 'check-types' in 3 packages in 7.1s:
38 error lerna success - @run-wasm/python
38 error lerna success - @run-wasm/ts
38 error lerna success - @run-wasm/run-wasm
38 error [STARTED] Preparing...
38 error [SUCCESS] Preparing...
38 error [STARTED] Running tasks...
38 error [STARTED] Running tasks for *.{js,jsx,ts,tsx}
38 error [STARTED] Running tasks for *.{js,jsx,ts,tsx,css,json,md}
38 error [SKIPPED] No staged files match *.{js,jsx,ts,tsx}
38 error [STARTED] yarn format
38 error [SUCCESS] yarn format
38 error [SUCCESS] Running tasks for *.{js,jsx,ts,tsx,css,json,md}
38 error [SUCCESS] Running tasks...
38 error [STARTED] Applying modifications...
38 error [SUCCESS] Applying modifications...
38 error [STARTED] Cleaning up...
38 error [SUCCESS] Cleaning up...
38 error ⧗ input: Publish
38 error
38 error - @run-wasm/python@0.0.1
38 error - @run-wasm/ts@0.0.1
38 error - @run-wasm/run-wasm@0.0.1
38 error ✖ subject may not be empty [subject-empty]
38 error ✖ type may not be empty [type-empty]
38 error
38 error ✖ found 2 problems, 0 warnings
38 error ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
38 error
38 error npm ERR! code 1
38 error npm ERR! path /Users/kennethcassel/slip/run-wasm
38 error npm ERR! command failed
38 error npm ERR! command sh -c commitlint "--edit" ".git/COMMIT_EDITMSG"
38 error
38 error npm ERR! A complete log of this run can be found in:
38 error npm ERR! /Users/kennethcassel/.npm/_logs/2021-10-19T14_27_36_784Z-debug.log
38 error husky - commit-msg hook exited with code 1 (error)
38 error at makeError (/Users/kennethcassel/slip/run-wasm/node_modules/execa/lib/error.js:60:11)
38 error at handlePromise (/Users/kennethcassel/slip/run-wasm/node_modules/execa/index.js:118:26)
38 error at processTicksAndRejections (node:internal/process/task_queues:94:5)
38 error at async Promise.all (index 0)
48 error Error: Command failed with exit code 1: git commit -F /private/var/folders/rn/wzlw8n6n18l5k5r331f5s2zc0000gn/T/205173c5-15eb-40f6-8dad-87f9e20da813/lerna-commit.txt
48 error $ lerna run check-types
48 error lerna notice cli v4.0.0
48 error lerna info versioning independent
48 error lerna info Executing command in 3 packages: "yarn run check-types"
48 error lerna info run Ran npm script 'check-types' in '@run-wasm/python' in 2.1s:
48 error $ tsc
48 error lerna info run Ran npm script 'check-types' in '@run-wasm/ts' in 3.1s:
48 error $ tsc
48 error lerna info run Ran npm script 'check-types' in '@run-wasm/run-wasm' in 3.5s:
48 error $ tsc
48 error lerna success run Ran npm script 'check-types' in 3 packages in 3.5s:
48 error lerna success - @run-wasm/python
48 error lerna success - @run-wasm/ts
48 error lerna success - @run-wasm/run-wasm
48 error [STARTED] Preparing...
48 error [SUCCESS] Preparing...
48 error [STARTED] Running tasks...
48 error [STARTED] Running tasks for *.{js,jsx,ts,tsx}
48 error [STARTED] Running tasks for *.{js,jsx,ts,tsx,css,json,md}
48 error [SKIPPED] No staged files match *.{js,jsx,ts,tsx}
48 error [STARTED] yarn format
48 error [SUCCESS] yarn format
48 error [SUCCESS] Running tasks for *.{js,jsx,ts,tsx,css,json,md}
48 error [SUCCESS] Running tasks...
48 error [STARTED] Applying modifications...
48 error [SUCCESS] Applying modifications...
48 error [STARTED] Cleaning up...
48 error [SUCCESS] Cleaning up...
48 error ⧗ input: Publish
48 error
48 error - @run-wasm/python@0.0.3
48 error - @run-wasm/ts@0.0.3
48 error - @run-wasm/run-wasm@0.0.3
48 error ✖ subject may not be empty [subject-empty]
48 error ✖ type may not be empty [type-empty]
48 error
48 error ✖ found 2 problems, 0 warnings
48 error ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
48 error
48 error husky - commit-msg hook exited with code 1 (error)
48 error at makeError (/Users/kennethcassel/slip/run-wasm/node_modules/execa/lib/error.js:60:11)
48 error at handlePromise (/Users/kennethcassel/slip/run-wasm/node_modules/execa/index.js:118:26)
48 error at processTicksAndRejections (node:internal/process/task_queues:96:5)
48 error at async Promise.all (index 0)
2 changes: 1 addition & 1 deletion packages/run-wasm-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@run-wasm/python",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/run-wasm-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@run-wasm/ts",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/run-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@run-wasm/run-wasm",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
Expand Down

1 comment on commit 60a826b

@vercel
Copy link

@vercel vercel bot commented on 60a826b Oct 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.