mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-07 23:03:09 +08:00
Publishing workflow
This commit is contained in:
parent
14c7d33664
commit
116f90910d
@ -10,7 +10,8 @@
|
|||||||
"demo": "node scripts/demo.js",
|
"demo": "node scripts/demo.js",
|
||||||
"test": "node scripts/test.js",
|
"test": "node scripts/test.js",
|
||||||
"coverage": "node scripts/test.js --coverage --watchAll=false",
|
"coverage": "node scripts/test.js --coverage --watchAll=false",
|
||||||
"prepare": "npm run build"
|
"prepare": "npm run build",
|
||||||
|
"trypublish": "npm publish || true"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user