Skip to content

Commit 854110b

Browse files
committed
fix: remove trailing whitespace in package.json scripts
1 parent 56bc06a commit 854110b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"build": "npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false",
6969
"build:en": "npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it",
7070
"build:it": "npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it",
71-
"pack:test": "npm pack --dry-run",
71+
"pack:test": "npm pack --dry-run"
7272
},
7373
"plugins": [
7474
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)