Skip to content

Commit

Permalink
ci: make build work on Windows (#82)
Browse files Browse the repository at this point in the history
* Update package.json
  • Loading branch information
jdoxley authored Jan 8, 2021
1 parent 59aba99 commit 0dea76e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 7 deletions.
74 changes: 69 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"semantic-release": "semantic-release",
"postinstall": "npm run build",
"flow": "flow",
"build": "rm -fr lib; flow-remove-types --all src/ --out-dir lib/ && copy ./src/**/plugnplay.yml lib && flow-copy-source src lib",
"build": "rimraf lib && flow-remove-types --all src/ --out-dir lib/ && copy ./src/**/plugnplay.yml lib && flow-copy-source src lib",
"lint": "eslint src",
"emdaer": "emdaer"
},
Expand Down Expand Up @@ -66,7 +66,8 @@
"marked": "^1.1.1",
"md5": "^2.2.1",
"pify": "^4.0.0",
"require-subvert": "^0.1.0"
"require-subvert": "^0.1.0",
"rimraf": "^3.0.2"
},
"release": {
"analyzeCommits": "semantic-release-conventional-commits"
Expand Down

0 comments on commit 0dea76e

Please sign in to comment.