Skip to content

Commit

Permalink
[RRE-7139] try removing prepare script to fix PNPM install on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
helgenlechner committed Oct 29, 2024
1 parent 10e067b commit 606e091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-views",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"repository": "github:josepot/redux-views",
"bugs": "https://github.com/josepot/redux-views/issues",
Expand Down Expand Up @@ -40,8 +40,7 @@
"test:watch": "npm test -- --watch",
"test:cov": "npm test -- --coverage",
"test:types": "dtslint types/ts4.1",
"build": "cross-env NODE_ENV=production rollup -c",
"prepare": "npm run clean && npm run format:check && npm run lint && npm test"
"build": "cross-env NODE_ENV=production rollup -c"
},
"dependencies": {
"loose-envify": "^1.1.0"
Expand Down

0 comments on commit 606e091

Please sign in to comment.