Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-er committed Aug 31, 2023
1 parent e1bb836 commit 35fcd5e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,19 @@
}
},
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"test": "node -r @adonisjs/assembler/build/register bin/test/index.ts",
"coverage": "nyc yarn test",
"clean": "del build",
"pretest": "pnpm lint",
"test": "node --require=@adonisjs/assembler/build/register bin/test/index.ts",
"coverage": "nyc pnpm test",
"clean": "del-cli build",
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
"compile": "yarn lint && yarn clean && tsc",
"build": "yarn compile && yarn copyfiles",
"prepublishOnly": "yarn build",
"compile": "pnpm lint && pnpm clean && tsc",
"build": "pnpm compile && pnpm copyfiles",
"release": "np --message=\"chore(release): %s\"",
"version": "pnpm build",
"prepublishOnly": "pnpm build",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"commit": "git-cz",
"release": "np --message=\"chore(release): %s\"",
"version": "yarn build",
"sync-labels": "github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json verful/permissions"
"prepare": "husky install"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 35fcd5e

Please sign in to comment.