We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1318c7e commit e87f30cCopy full SHA for e87f30c
package.json
@@ -75,8 +75,8 @@
75
"test": "eslint simplex-noise.ts && nyc mocha && ./test/module-compatibility.sh",
76
"coverage": "nyc report",
77
"build": "./build.sh",
78
- "docs": "typedoc --excludePrivate --out public/docs simplex-noise.ts",
+ "docs": "typedoc --excludePrivate --out public/docs simplex-noise.ts && cp -R doc public/docs/",
79
"prepare": "npm run-script build",
80
"benchmark": "npm run build && cd perf && ./benchmark.sh"
81
}
82
-}
+}
0 commit comments