Skip to content

Commit

Permalink
chore: add lib to .gitignore and 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 32c606c commit d141f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build directory
dist/
lib/

# Logs
logs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable && run-s lint lint:tsc test:server clean build",
"size-limit": "size-limit",
"test": "run-s test:server test:client",
"test": "run-s build 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",
Expand Down

0 comments on commit d141f90

Please sign in to comment.