Skip to content

Commit df55c95

Browse files
committed
wip
1 parent d720720 commit df55c95

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
@@ -137,7 +137,7 @@
137137
"dev:extension": "node --watch --env-file=.env.local --env-file-if-exists=.env build/extension.mjs --dev",
138138
"dev:tsc": "tsc --watch",
139139
"dev:localstack-web-mock-server": "node --watch --env-file=.env.local --env-file-if-exists=.env build/localstack-web-mock-server.mjs",
140-
"package": "node build/extension.mjs --production",
140+
"package": "npm run compile",
141141
"pretest": "npm run compile",
142142
"check-types": "tsc",
143143
"lint": "eslint",

0 commit comments

Comments
 (0)