Skip to content

Commit

Permalink
updated npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizanDurrani committed Nov 4, 2024
1 parent 6dc7feb commit 7204d67
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"description": "Default extensions for Paperback 0.8",
"main": "lib/index.js",
"scripts": {
"test": "npx paperback test",
"migrate": "npx paperback migrate",
"bundle": "npx paperback bundle",
"serve": "npx paperback serve",
"test": "npx paperback-cli test",
"bundle": "npx paperback-cli bundle",
"serve": "npx paperback-cli serve",
"dev": "npx nodemon --watch \"**/*.ts\" --ext \"js ts\" --exec \"npm run serve\""
},
"repository": {
Expand All @@ -29,7 +28,7 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@paperback/toolchain": "^1.0.0-alpha.24",
"@paperback/types": "^1.0.0-alpha.24"
"@paperback/toolchain": "^1.0.0-alpha.26",
"@paperback/types": "^1.0.0-alpha.26"
}
}

0 comments on commit 7204d67

Please sign in to comment.