Skip to content

Commit

Permalink
chore: remove test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ammezie committed Jun 14, 2022
1 parent 6dc578c commit 3c14de2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
"test": "node -r @adonisjs/require-ts/build/register bin/test.ts",
"clean": "del-cli build",
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
"compile": "npm run lint && npm run clean && tsc && npm run copyfiles",
Expand All @@ -14,7 +13,7 @@
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"commit": "git-cz",
"release": "np --message=\"chore(release): %s\"",
"release": "np --no-tests --message=\"chore(release): %s\"",
"version": "npm run build",
"sync-labels": "github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json mezielabs/flair"
},
Expand All @@ -25,6 +24,14 @@
],
"author": "Chimezie Enyinnaya",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mezielabs/flair.git"
},
"bugs": {
"url": "https://github.com/mezielabs/flair/issues"
},
"homepage": "https://github.com/mezielabs/flair#readme",
"devDependencies": {
"@adonisjs/core": "^5.8.3",
"@adonisjs/mrm-preset": "^5.0.3",
Expand Down Expand Up @@ -96,6 +103,9 @@
"contents": ".",
"anyBranch": false
},
"publishConfig": {
"access": "public"
},
"adonisjs": {
"instructions": "./build/instructions.js",
"instructionsMd": "./build/instructions.md",
Expand Down

0 comments on commit 3c14de2

Please sign in to comment.