We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889e27a commit 0cf7307Copy full SHA for 0cf7307
adminforth/package.json
@@ -13,7 +13,7 @@
13
"adminforth": "./commands/cli.js"
14
},
15
"scripts": {
16
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "echo \"Error: no test specified yet\" && exit 1",
17
"build": "rm -rf dist && tsc && npm run prepareDist && npm link",
18
"--comment-prepareDist": "-rl allows supply the spa without symlinks which allows to not include source code in the package",
19
"prepareDist": "cp -rL spa dist/",
0 commit comments