Skip to content

Commit

Permalink
ci: list node modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Jun 24, 2024
1 parent e966043 commit ccd8915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:watch": "build-storybook -o build && webpack --config webpack/webpack.prod.js --watch",
"lint": "yarn run eslint \"lib/**/*.{js,jsx}\"",
"storybook": "start-storybook -p 4100 --ci",
"preversion": "yarn install && yarn run build",
"preversion": "ls ../../node_modules/@kajabi/sage-assets && ls ../../node_modules/@kajabi/sage-assets/dist && yarn install && yarn run build",
"test": "jest --runInBand",
"test:coverage:server": "browser-sync start -s \"coverage/lcov-report\" -f \"coverage/lcov-report/**/*.*\" --port 4110",
"test:coverage:watch": "jest --coverage=true --watchAll=true",
Expand Down

0 comments on commit ccd8915

Please sign in to comment.