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

Commit

Permalink
[typescript-refactor] fix build preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaDamm committed Oct 14, 2023
1 parent f2a5a90 commit 3e254f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "npm run prepare-dir && tsc",
"build:watch": "npm run build -- --watch",
"prepare-dir": "rm -rf dist && mkdir -p dist && cp -r assets dist/assets",
"prepublish": "npm run build",
"prepare": "npm run build",
"run": "node dist/src/index.js",
"lint": "npm run lint:css && npm run lint:md && npm run lint:ts",
"lint:fix": "npm run lint:css:fix && npm run lint:md:fix && npm run lint:ts:fix",
Expand Down Expand Up @@ -65,6 +65,7 @@
"scribblehub-to-epub": "dist/src/index.js"
},
"files": [
"*.md",
"dist/assets",
"dist/**/*.{js,json}"
],
Expand Down

0 comments on commit 3e254f2

Please sign in to comment.