Skip to content

Commit e87f30c

Browse files
committed
Copy image into docs folder
1 parent 1318c7e commit e87f30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"test": "eslint simplex-noise.ts && nyc mocha && ./test/module-compatibility.sh",
7676
"coverage": "nyc report",
7777
"build": "./build.sh",
78-
"docs": "typedoc --excludePrivate --out public/docs simplex-noise.ts",
78+
"docs": "typedoc --excludePrivate --out public/docs simplex-noise.ts && cp -R doc public/docs/",
7979
"prepare": "npm run-script build",
8080
"benchmark": "npm run build && cd perf && ./benchmark.sh"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)