mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 06:55:03 +00:00
[WIP] Moving dist to top level (#67)
* Moving dist to top level * F * Test * Test * Revert test change
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name": "@micro/services",
|
"name": "@micro/services",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/micro/services"
|
"url": "https://github.com/micro/services"
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"prepare": "tsc",
|
"prepare": "tsc && cp -R ./dist/* .",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user