Skip to content

Commit a62f31d

Browse files
committed
fix: correct typo in scripts directory path in package.json
1 parent 53ec143 commit a62f31d

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
@@ -8,7 +8,7 @@
88
"files": [
99
"dist/**/*",
1010
"commands/**/*",
11-
"sctripts/**/*"
11+
"scripts/**/*"
1212
],
1313
"bin": {
1414
"adminforth": "./commands/cli.js"

0 commit comments

Comments
 (0)