uni-run 1.1.11 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/scriptExecutors/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
Here is the corrected grammar for your document:
|
|
2
|
-
|
|
3
1
|
# uni-run
|
|
4
2
|
|
|
5
3
|
`uni-run` is a versatile CLI tool designed to run various types of scripts, including but not limited to JavaScript, TypeScript, Python, Java, HTML, SASS, Lua, and more. It provides a unified interface to execute scripts with additional features like watching for file changes, benchmarking execution time, and more.
|
|
@@ -278,7 +278,7 @@ exports.default = (0, as_1.default)([
|
|
|
278
278
|
exec: ['light-express-server', script, ...args],
|
|
279
279
|
watchExts: ['css', 'js', 'javascript'],
|
|
280
280
|
install: {
|
|
281
|
-
check: ['light-express-server', '--
|
|
281
|
+
check: ['light-express-server', '--help'],
|
|
282
282
|
command: ['npm', 'install', '-g', 'light-express-server'],
|
|
283
283
|
hints: [
|
|
284
284
|
'Please install light-express-server from https://www.npmjs.com/package/light-express-server',
|