rename to build

This commit is contained in:
Michael Puckett 2022-10-14 22:13:35 -04:00
parent 15cdec18b3
commit cd72417743
8 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@
"url": "git+https://github.com/michaelcpuckett/activitypub-core.git"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"dev": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
"format": "prettier --config .prettierrc \"**/*.ts\" --write"

View File

@ -21,7 +21,7 @@
"url": "https://github.com/michaelcpuckett/activitypub-core/issues"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"dev": "ts-node ./src/index.tsx",
"server": "node ./lib/index.js"
},

View File

@ -18,7 +18,7 @@
"ts-node": "^10.9.1"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"dev": "ts-node ./src/index.tsx",
"server": "node ./lib/index.js"
},

View File

@ -17,7 +17,7 @@
"ts-node": "^10.9.1"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"dev": "ts-node ./src/index.ts",
"format": "prettier --config .prettierrc \"**/*.ts\" --write"
},

View File

@ -15,7 +15,7 @@
"static"
],
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"dev": "ts-node ./src/index.ts",
"format": "prettier --config .prettierrc \"**/*.ts\" --write"
},

View File

@ -18,7 +18,7 @@
"url": "git+https://github.com/michaelcpuckett/activitypub-core.git"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"dev": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
"format": "prettier --config .prettierrc \"**/*.ts\" --write"

View File

@ -13,7 +13,7 @@
"lib"
],
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"dev": "ts-node ./src/index.ts",
"format": "prettier --config .prettierrc \"**/*.ts\" --write"
},

View File

@ -14,7 +14,7 @@
"lib"
],
"scripts": {
"tsc": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"dev": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
"format": "prettier --config .prettierrc \"**/*.ts\" --write"