[Scripts > PCCompatCheck] Add to package.json scripts

This commit is contained in:
Ducko 2021-05-10 10:34:25 +01:00 committed by フズキ
parent 51407b9720
commit 9817fd9cce
No known key found for this signature in database
GPG Key ID: E06450E46F83376C
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"main": "src/index.js",
"scripts": {
"theme": "node ./scripts/add.js theme"
"theme": "node ./scripts/add.js theme",
"pccompatcheck": "node ./scripts/pccompatCheck.js"
},
"repository": {