Skip to content

Commit

Permalink
build: add build script to ci:test
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwuzhaoyi committed Sep 12, 2023
1 parent 1d333ca commit ddf53ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"coverage:per-package": "npm run test:coverage",
"coverage:total": "yarn coverage:per-package && node coverage-total.js",
"ci:publish": "pnpm build-package && git status && pnpm publish -r --no-git-checks && pnpm changeset tag",
"ci:test": "pnpm with-env turbo run test --no-cache --continue",
"ci:test": "cp .env.template .env && pnpm build && pnpm with-env turbo run test --no-cache --continue",
"ci:version": "pnpm changelog && pnpx changeset version && pnpm install --no-frozen-lockfile && git add .",
"clean": "turbo run clean",
"deploy:dev": "./check-pm2.sh npm run build && pm2 startOrRestart ecosystem.config.js --env development",
Expand Down

0 comments on commit ddf53ae

Please sign in to comment.