chore: make the npm run dev:site command executable on windows #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/run-on-windows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make the command
npm run dev:site
executable on Windows. As the command starts with a setting of an env var, the command line is invalid on Windows. The usage ofcross-env
allows to use such a command.The
package-lock.json
has been unignored, as it is a useful file for build purpose.