File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 "build:apps" : " turbo run build --filter=./apps/*" ,
5151 "build:pkg" : " turbo run build --filter=./packages/*" ,
5252 "test" : " vitest run" ,
53+ "test:bench" : " vitest bench" ,
5354 "test:plugins" : " vitest run --coverage.enabled --coverage.all=false --project=@weapp-tailwindcss/*" ,
5455 "test:typography" : " vitest run --coverage.enabled --coverage.all=false --project=@weapp-tailwindcss/typography" ,
5556 "test:core" : " vitest run --coverage.enabled --coverage.all=false --project=weapp-tailwindcss" ,
5859 "e2e" : " vitest run -c ./e2e/vitest.e2e.config.ts" ,
5960 "e2e:dev" : " vitest -c ./e2e/vitest.e2e.config.ts" ,
6061 "e2e:u" : " vitest run -u -c ./e2e/vitest.e2e.config.ts" ,
62+ "e2e:u:native" : " vitest run -u -c ./e2e/vitest.e2e.config.ts --exclude ./e2e/index.test.ts" ,
6163 "demo:build" : " tsx scripts/demo/build.ts --babel && pnpm run build:apps" ,
6264 "demo:install" : " tsx scripts/demo/install.ts" ,
6365 "demo:install:beta" : " tsx scripts/demo/install.ts --beta" ,
You can’t perform that action at this time.
0 commit comments