1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Add cross platform support for 'clean' script (#6450)

This commit is contained in:
Álvaro Mondéjar 2021-09-02 09:50:22 +02:00 committed by GitHub
parent 9b3fc20d94
commit 7728aad8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
"jest-diff": "27.0.6",
"jsonschema": "1.4.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"svg-path-bbox": "1.0.1",
"svg-path-segments": "1.0.0",
"svglint": "1.0.8",
@ -32,7 +33,7 @@
},
"scripts": {
"build": "node scripts/build/package.js",
"clean": "rm -f icons/*.js index.js",
"clean": "rimraf icons/*.js index.js",
"lint": "run-s our-lint jsonlint svglint wslint",
"our-lint": "node scripts/lint/ourlint.js",
"jsonlint": "node scripts/lint/jsonlint.js",