chore: rename release target
Getting Rusty up in here...
This commit is contained in:
parent
41cfd89bcb
commit
fcda3b1952
2 changed files with 4 additions and 4 deletions
|
|
@ -22,13 +22,13 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "npm run build:production",
|
"build": "npm run build:release",
|
||||||
"build:production": "tsc",
|
"build:release": "tsc",
|
||||||
"build:debug": "tsc -p tsconfig.debug.json",
|
"build:debug": "tsc -p tsconfig.debug.json",
|
||||||
"watch": "npm run watch:debug",
|
"watch": "npm run watch:debug",
|
||||||
"watch:debug": "npm run build:debug -- --watch",
|
"watch:debug": "npm run build:debug -- --watch",
|
||||||
"doc": "typedoc --entryPoints src/index.ts --html build/doc",
|
"doc": "typedoc --entryPoints src/index.ts --html build/doc",
|
||||||
"mypublish": "ts-node -P tsconfig.node.json scripts/publish.ts",
|
"mypublish": "ts-node -P tsconfig.node.json scripts/publish.ts",
|
||||||
"dist": "ts-node -P tsconfig.node.json scripts/pack.ts build/production dist"
|
"dist": "ts-node -P tsconfig.node.json scripts/pack.ts build/release dist"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"outDir": "build/production",
|
"outDir": "build/release",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": { "*": ["node/modules/*"] },
|
"paths": { "*": ["node/modules/*"] },
|
||||||
"lib": ["esnext.weakref", "dom"]
|
"lib": ["esnext.weakref", "dom"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue