Skip to content

Commit

Permalink
Fixed build script call
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Apr 8, 2024
1 parent 94fc23e commit f9edc06
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 @@ -46,7 +46,7 @@
"format:check": "prettier --check .",
"lint": "eslint src tests && tsc -p tsconfig.json --noEmit",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest",
"build": "node scripts/build.js --globalName=ZenFS --entryPoints src/index.ts",
"build": "node scripts/build.js --globalName=ZenFS --entry src/index.ts",
"build:docs": "typedoc --out docs --name ZenFS src/index.ts",
"dev": "npm run build -- --watch",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit f9edc06

Please sign in to comment.