Skip to content

Commit

Permalink
chore(package): fix npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Oct 16, 2023
1 parent 3c08214 commit 42d434f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable && run-s lint lint:tsc test:server clean build",
"size-limit": "size-limit",
"test": "run-s build:cjs test:server test:client",
"test": "run-s test:server test:client",
"test:client": "npm run test:client:watch -- --single-run",
"test:client:build": "NODE_ENV=test npm run build",
"test:client:watch": "npm run test:client:build && karma start",
"test:esm": "npm run build:cjs && node --test test/esm",
"test:server": "nyc mocha"
"test:server": "npm run build:cjs && nyc mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 42d434f

Please sign in to comment.