mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-11 02:22:54 +00:00
Removes test from publishci
This commit is contained in:
@@ -23,4 +23,4 @@ jobs:
|
||||
- name: Publishing records
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: publish-records:ci
|
||||
cmd: publish-records
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
"description": "Register *.is-a.dev domains for free",
|
||||
"scripts": {
|
||||
"test": "ENV=test jest",
|
||||
"publish-records:ci": "ENV=test yarn test && ENV=production node ./scripts/register-domains.js"
|
||||
"publish-records": "node ./scripts/register-domains.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user