webpack.config.vendor.js has to be manually executed after cloning the repo #1219

Closed
opened 2025-08-09 17:19:19 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @empz on 11/30/2016

I see the command is there in the prepublish section, but it doesn't seem to be executed when doing dotnet run.

So if it can't be automated, maybe add an npm script to run it?
Something like

"scripts": {
    "start": "webpack --config webpack.config.vendor.js && dotnet watch run"
  },

So then, people just need to npm start (just like node/npm devs are used to do).

*Originally created by @empz on 11/30/2016* I see the command is there in the prepublish section, but it doesn't seem to be executed when doing `dotnet run`. So if it can't be automated, maybe add an npm script to run it? Something like ```json "scripts": { "start": "webpack --config webpack.config.vendor.js && dotnet watch run" }, ``` So then, people just need to `npm start` (just like node/npm devs are used to do).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1219
No description provided.