Skip to content

Commit

Permalink
chore: drop unnecessary build step
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed May 31, 2024
1 parent 285011a commit 07ad3d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/gasket-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"test:watch": "npm run test -- --watch",
"test:coverage": "npm run test -- --coverage",
"posttest": "npm run lint && npm run typecheck",
"build": "babel src -d lib --delete-dir-on-start",
"prepublishOnly": "npm run build",
"typecheck": "tsc",
"typecheck:watch": "tsc --watch"
},
Expand Down

0 comments on commit 07ad3d5

Please sign in to comment.