Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 25, 2024
1 parent b293e0c commit 884e044
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/win32-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@
"clean:dist": "npm run clean:cache && rm -rf dist/*",
"clean:lock": "rm -f package-lock.json",
"clean:log": "rm -rf ./logs ./run",
"cov": "c8 --all npm run test -- --parallel=false",
"cov": "c8 --all npm run test --",
"lint": "eslint --fix --cache src test demo",
"lint:nofix": "eslint --cache src test",
"pretest": "npm run build:unit",
"rp": "rollup -c rollup.config.js --context this",
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha",
"deb8g": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
"tsc": "tsc -p tsconfig.json"
}
}

0 comments on commit 884e044

Please sign in to comment.