Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Updated build system
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Apr 18, 2024
1 parent a286b99 commit 928b927
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 50 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint src",
"build": "node scripts/build.mjs",
"build": "npx build --package=@zenfs/core --globalName ZenFS_Iso --entry src/index.ts",
"build:docs": "typedoc --out docs --name 'ZenFS ISO' src/index.ts",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
"@types/node": "^14.18.62",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
Expand Down
49 changes: 0 additions & 49 deletions scripts/build.mjs

This file was deleted.

0 comments on commit 928b927

Please sign in to comment.