Skip to content

Commit

Permalink
🔧 remove npx reference
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed Sep 22, 2022
1 parent 5de9bf2 commit 3ff23c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
"build": "webpack --node-env production --progress && npm run build:module",
"build:module": "LIBRARY_TARGET=module npx webpack --node-env production --progress",
"build:module": "LIBRARY_TARGET=module webpack --node-env production --progress",
"l10n:extract": "node build/extract-l10n.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
Expand Down

0 comments on commit 3ff23c7

Please sign in to comment.