File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
/.npmignore
7
7
/tsconfig.json
8
8
/tslint.json
9
- /docs /
9
+ /docs /website /
10
10
/examples /
11
11
/tests /
12
12
/commitlint.config.js
20
20
* .test.ts
21
21
* .test.js
22
22
* .test.d.ts
23
- * .map
24
- * .wat
23
+ * .test.js.map
24
+ * .test.d.ts.map
25
+ * .wat
26
+ typedoc-sidebar.json
Original file line number Diff line number Diff line change 6
6
"typings" : " lib/index.d.ts" ,
7
7
"types" : " lib/index.d.ts" ,
8
8
"scripts" : {
9
- "prepublishOnly" : " npm run build-wasm && npm run rebuild && npm run test" ,
9
+ "prepublishOnly" : " npm run build-md-doc && npm run build- wasm && npm run rebuild && npm run test" ,
10
10
"build" : " echo Using TypeScript && tsc -v && tsc -p ." ,
11
11
"build-watch" : " echo Using TypeScript && tsc -v && tsc -w -p ." ,
12
12
"build-wasm" : " ./utils/build-wasm.sh" ,
13
+ "build-md-doc" : " ./utils/generate-api-docs-md.sh" ,
13
14
"rebuild" : " npm run clean && npm run lint && npm run build" ,
14
15
"test" : " node --enable-source-maps --test --experimental-test-coverage lib/*.test.js" ,
15
16
"clean" : " rm -rf lib examples" ,
You can’t perform that action at this time.
0 commit comments