Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 93b95ae

Browse files
committed
fix docs again
1 parent e8712e9 commit 93b95ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"private": true,
55
"license": "MIT",
66
"scripts": {
7-
"build": "run-s build:copy-lib build:ts && yarn build:html",
7+
"build": "run-s build:copy-lib build:html",
88
"build:copy-lib": "cpx \"../../node_modules/perfect-dark-mode/dist/**/*\" dist/perfect-dark-mode/dist",
9-
"build:ts": "esbuild --bundle lib.ts --platform=browser --outdir=dist --format=esm",
109
"build:html": "pug index.pug --pretty --out dist"
1110
},
1211
"devDependencies": {

0 commit comments

Comments
 (0)