Skip to content

Commit 0cf7307

Browse files
committed
fix: test change
1 parent 889e27a commit 0cf7307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"adminforth": "./commands/cli.js"
1414
},
1515
"scripts": {
16-
"test": "echo \"Error: no test specified\" && exit 1",
16+
"test": "echo \"Error: no test specified yet\" && exit 1",
1717
"build": "rm -rf dist && tsc && npm run prepareDist && npm link",
1818
"--comment-prepareDist": "-rl allows supply the spa without symlinks which allows to not include source code in the package",
1919
"prepareDist": "cp -rL spa dist/",

0 commit comments

Comments
 (0)