Skip to content

Commit

Permalink
fix: update build step
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Gerdes <[email protected]>
  • Loading branch information
hegerdes committed Apr 13, 2024
1 parent 01653eb commit 7814b02
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 @@ -23,7 +23,7 @@
"test-compile": "npm run build",
"lint": "eslint --ext .ts src ",
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
"build": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"build": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"dev": "npm run dist && bash -c \"/c/Program\\ Files/Joplin/Joplin.exe --env dev\"",
"dev-legacy-ssl": "npm run dist-legacy-ssl && bash -c \"/c/Program\\ Files/Joplin/Joplin.exe --env dev\"",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion"
Expand Down

0 comments on commit 7814b02

Please sign in to comment.