mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
1c50641c3f
commit
a2fd86b9c3
2 changed files with 3 additions and 5 deletions
|
|
@ -10,10 +10,8 @@
|
|||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"tsc": "npx tsc",
|
||||
"build": "npm run tsc && npm run denoify",
|
||||
"test:node": "node ./dist/test",
|
||||
"test:deno": "deno ./deno_dist/test/deno_index.ts",
|
||||
"test": "npm run test:node && npm run test:deno",
|
||||
"build": "npm run tsc",
|
||||
"test": "node ./dist/test",
|
||||
"enable_short_import_path": "npm run build && npx denoify_enable_short_npm_import_path",
|
||||
"clean": "rm -rf node_modules dist"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue