bump
This commit is contained in:
parent
7cd37649a4
commit
a660f623c1
12
package.json
12
package.json
|
@ -4,10 +4,10 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "astro build",
|
"build": "astro telemetry disable && astro build",
|
||||||
"check": "npm run lint && npm run typecheck",
|
"check": "npm run lint && npm run typecheck",
|
||||||
"codegen": "graphql-codegen",
|
"codegen": "graphql-codegen",
|
||||||
"deploy": "graphql-codegen && npm run typecheck && astro build && vercel",
|
"deploy": "graphql-codegen && npm run typecheck && astro telemetry disable && astro build && vercel",
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"ffix": "npm run fix && npm run format",
|
"ffix": "npm run fix && npm run format",
|
||||||
"fix": "npm run lint:code:fix && npm run lint:styles:fix",
|
"fix": "npm run lint:code:fix && npm run lint:styles:fix",
|
||||||
|
@ -22,12 +22,12 @@
|
||||||
"pre-push": "",
|
"pre-push": "",
|
||||||
"pre-push-old": "npm run typecheck",
|
"pre-push-old": "npm run typecheck",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"preview": "astro preview",
|
"preview": "astro telemetry disable && astro preview",
|
||||||
"server": "node server/server.mjs",
|
"server": "node server/server.mjs",
|
||||||
"start": "astro dev",
|
"start": "astro telemetry disable && astro dev",
|
||||||
"typecheck": "astro check && tsc --noEmit",
|
"typecheck": "astro telemetry disable && astro check && tsc --noEmit",
|
||||||
"typecheck:watch": "tsc --noEmit --watch",
|
"typecheck:watch": "tsc --noEmit --watch",
|
||||||
"vercel-build": "astro build"
|
"vercel-build": "astro telemetry disable && astro build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mailgun.js": "^8.0.2"
|
"mailgun.js": "^8.0.2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user