Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update scripts
  • Loading branch information
NullVoxPopuli committed Oct 6, 2023
commit 349e62c718017fc10125bf8df0c48623291befe4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"private": true,
"scripts": {
"docs": "npm run build && npm exec documentation build qunit-dom/dist/qunit-dom.js --config documentation.yml -f md -o API.md",
"build": "cd qunit-dom && npm run build",
"build": "cd packages/qunit-dom && npm run build",
"prepare": "pnpm build",
"release": "cd qunit-dom && npm run release",
"release": "cd packages/qunit-dom && npm run release",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"test:coverage": "pnpm --filter '*' test:coverage",
Expand Down