Skip to content

Commit

Permalink
add script for build:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 5, 2024
1 parent 9fdc7a3 commit 81d91f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/hyperwebjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"prepare": "npm run build",
"codegen": "ts-node scripts/codegen.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"pub": "npm run codegen && npm run build && npm publish --access public"
},
"devDependencies": {
"@cosmology/telescope": "^1.10.0"
Expand Down

0 comments on commit 81d91f7

Please sign in to comment.