Skip to content

Commit b50e095

Browse files
author
Luca Bassani
committed
chore: shx added as dev dependency since required when publishing
1 parent f2611f6 commit b50e095

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@salesforce/plugin-command-reference": "^3.1.88",
1919
"eslint-plugin-sf-plugin": "^1.20.33",
2020
"oclif": "^4.22.96",
21+
"shx": "^0.4.0",
2122
"ts-node": "^10.9.2",
2223
"typescript": "^5.9.3"
2324
},
@@ -91,7 +92,7 @@
9192
]
9293
},
9394
"compile": {
94-
"command": "tsc -p . --pretty --incremental",
95+
"command": "tsc -p . --pretty",
9596
"files": [
9697
"src/**/*.ts",
9798
"**/tsconfig.json",

0 commit comments

Comments
 (0)