chore: make the npm run dev:site command executable on windows #13
No reviewers
Labels
No Label
a11y
bug
duplicate
feature request
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: internal/itsonus-blog#13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "chore/run-on-windows"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.