fix: windows build (#20854)

* fix: update icons build to work on windows

* Add rimraf

* Update scripts

* Update script

* Update scripts

* Fix windows migration

* Update postinstall script

* Remove script
This commit is contained in:
Alejandro Estrada
2022-04-04 11:12:08 -05:00
committed by GitHub
parent 404447e397
commit e6cbc5ae1e
16 changed files with 70 additions and 44 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"main": "index.js",
"scripts": {
"clean-deps": "rm -rf node_modules",
"clean-deps": "rimraf node_modules",
"https": "node https.js",
"regenerate:certs": "cd ./test/helpers/certs && ./regenerate-certs.sh",
"start": "node index.js",
@@ -30,6 +30,7 @@
"chai": "3.5.0",
"cross-env": "6.0.3",
"mocha": "3.5.3",
"rimraf": "3.0.2",
"sinon": "1.17.7",
"sinon-as-promised": "4.0.3",
"sinon-chai": "3.3.0",