Skip to content

Commit

Permalink
fixed: typo in postbuild causing script not to run
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgobich committed Jun 22, 2024
1 parent 446da98 commit a881ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adocasts.com/actions",
"description": "Adds a make:action Ace CLI command to easily create new action handler classes in your AdonisJS 6 application",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=20.6.0"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "c8 npm run quick:test",
"prebuild": "npm run lint && npm run clean",
"build": "tsc",
"postbuild": "npm run copy:templates` && npm run index:commands`",
"postbuild": "npm run copy:templates && npm run index:commands",
"release": "np",
"version": "npm run build",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit a881ca7

Please sign in to comment.