Skip to content

Commit

Permalink
Fix tests breaking due to missing package build
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 2, 2024
1 parent 4fac772 commit 0d3ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/js-packages/critical-css-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build:test": "pnpm run clean:test && webpack --config tests/data/webpack.config.cjs",
"clean": "rm -rf build/",
"clean:test": "rm -rf tests/build/",
"test": "pnpm build:test && NODE_ENV=test NODE_PATH=./node_modules jest --forceExit --config=tests/config/jest.config.js"
"test": "pnpm build && pnpm build:test && NODE_ENV=test NODE_PATH=./node_modules jest --forceExit --config=tests/config/jest.config.js"
},
"main": "./build/browser.js",
"devDependencies": {
Expand Down

0 comments on commit 0d3ed00

Please sign in to comment.