Skip to content

Commit

Permalink
diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 10, 2023
1 parent 3731bea commit ab540d0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"types/index.d.mts"
],
"scripts": {
"preci": "echo preci pkgs/cargo-messages",
"test": "cargo test",
"debug": "cargo build --message-format=json | neon dist",
"build": "cargo build --message-format=json --release | neon dist -v",
Expand Down
3 changes: 3 additions & 0 deletions pkgs/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Command-line build tool for Neon modules.",
"type": "module",
"exports": "./index.js",
"scripts": {
"preci": "echo preci pkgs/cli"
},
"files": [
"LICENSE*",
"index.js"
Expand Down
5 changes: 4 additions & 1 deletion pkgs/install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"private": true,
"version": "0.0.165",
"description": "Command-line tool to recursively run npm i or npm ci on a subfolder",
"main": "index.js"
"main": "index.js",
"scripts": {
"preci": "echo preci pkgs/install"
}
}
1 change: 1 addition & 0 deletions pkgs/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"types/**/*"
],
"scripts": {
"preci": "echo preci pkgs/load",
"build": "tsc",
"pretest": "npm run build",
"prepack": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions pkgs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"cargo-messages"
],
"scripts": {
"preci": "echo preci pkgs",
"version": "neon bump -v --workspaces"
},
"devDependencies": {
Expand Down

0 comments on commit ab540d0

Please sign in to comment.