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 2f190ca commit f1348acCopy full SHA for f1348ac
adminforth/package.json
@@ -13,7 +13,7 @@
13
"adminforth": "./commands/cli.js"
14
},
15
"scripts": {
16
- "test": "echo \"Error: no test specified yet \" && 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