Removes test from publishci

This commit is contained in:
Akshay Nair
2020-10-12 02:47:23 +05:30
parent 67fa454e0a
commit 2f5bf97af7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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",