mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
chore: commit time
This commit is contained in:
@@ -3,6 +3,4 @@
|
||||
|
||||
# npx lint-staged
|
||||
|
||||
pnpm run lint:with-cache
|
||||
pnpm run check
|
||||
pnpm run format:ci
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ if test $current_branch != $default_branch; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
npm run type:check
|
||||
pnpm run build:check
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "toeverything",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"author": "AFFiNE <developer@affine.pro>",
|
||||
"scripts": {
|
||||
@@ -15,6 +15,7 @@
|
||||
"build:keck": "nx build keck",
|
||||
"build:venus": "nx build venus",
|
||||
"build:analytic": "cross-env BUNDLE_ANALYZER=true nx build --skip-nx-cache",
|
||||
"build:check": "pnpm exec nx affected --target=build --parallel=2",
|
||||
"test": "nx run-many --target test --all",
|
||||
"check": "nx run-many --target check --all",
|
||||
"add:components": "nx generate @nrwl/react:library --directory=components --buildable --no-component --no-routing --tags=components",
|
||||
@@ -26,7 +27,6 @@
|
||||
"lint:with-cache": "nx run-many --target=lint --all --exclude=components-common,keck,theme",
|
||||
"format": "nx format",
|
||||
"format:ci": "nx format:check",
|
||||
"type:check": "nx build ligo-virgo",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user