We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e447cde commit af81899Copy full SHA for af81899
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "directus-helper",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"license": "MIT",
5
"bin": "dist/cli.js",
6
"type": "module",
source/utils/devServer/DevServer.ts
@@ -164,7 +164,7 @@ export class DevServer {
164
return "npm run build";
165
}
166
167
- return "npm run build:q";
+ return "npm run build --no-minify";
168
169
170
protected async copyBuild(extensionPath: string, targets: string[]) {
0 commit comments