Skip to content

Commit

Permalink
chore: fix with CI
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Bugs5382 committed Dec 28, 2023
1 parent e26ef14 commit 0dd67a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ docs

# NPM
package-lock.json
.npmrc

# Webstorm
.idea
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint:fix": "npmPkgJsonLint . && ts-standard --fix | snazzy",
"pack": "npm pack",
"publish": "clean-publish",
"prepublishOnly": "npm run clean && npm run build && npm run test:ci && npm run pack",
"prepublishOnly": "npm run clean && npm run build && npm run pack",
"test": "jest",
"test:open": "jest --detectOpenHandles",
"test:ci": "jest --ci",
Expand Down

0 comments on commit 0dd67a3

Please sign in to comment.