1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Use cross-env instead of win-node-env (#656)

* File `package-lock.json` updated.

* Use `cross-env` for setting environment variables in npm scripts.

* Remove all the mentions of `win-node-env` because it is no longer needed for running npm scripts.

Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
This commit is contained in:
kamre
2021-07-16 09:30:22 +07:00
committed by GitHub
parent 70bdf41f28
commit b2346fcacf
8 changed files with 135 additions and 15 deletions

View File

@@ -78,7 +78,6 @@ You can build standalone apps that package the server to run locally against SQL
* *Tested with: Ubuntu 18.04*
* Windows:
* Open a git-bash prompt
* Install win-node-env `npm install -g win-node-env`
* `make win-wpf-app`
* run `cd win-wpf/msix && focalboard.exe`
* *Requires: Windows 10*