Skip to content

Commit

Permalink
Updating to Adonis 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaperskyguru committed May 16, 2021
1 parent bb867b3 commit 89da283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "npm run compile && npm run copyfiles",
"pretest": "npm run lint",
"test": "echo ''",
"copyfiles": "copyfiles \"README.md\" \"npm-audit.html\" \"instructions.js\" \"instructions.md\" build",
"copyfiles": "copyfiles \"README.md\" \"templates/**/*.txt\" \"npm-audit.html\" \"instructions.js\" \"instructions.md\" build",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
Expand Down

0 comments on commit 89da283

Please sign in to comment.