mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-18 22:21:24 +00:00
generate amd
This commit is contained in:
parent
4d0bef1e9b
commit
6766cb97d1
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
"lint": "eslint ./src/*.ts ./src/**/*.ts",
|
"lint": "eslint ./src/*.ts ./src/**/*.ts",
|
||||||
"clean": "del-cli ./dist/",
|
"clean": "del-cli ./dist/",
|
||||||
"ts:cjs": "tsc -m commonjs",
|
"ts:cjs": "tsc -m commonjs",
|
||||||
"ts:umd": "tsc -t es5 -m umd -d false --outDir ./dist/umd/",
|
"ts:umd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
|
||||||
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd",
|
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd",
|
||||||
"dev": "tsc -w",
|
"dev": "tsc -w",
|
||||||
"pretest": "tsc -m commonjs"
|
"pretest": "tsc -m commonjs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue