Skip to content

Commit

Permalink
I guess building is necessary...
Browse files Browse the repository at this point in the history
Otherwise GH tests fail because the build is missing.
  • Loading branch information
dilirity committed Jul 25, 2024
1 parent 3f190ff commit 8dbfea3
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 @@ -22,7 +22,7 @@
"clean": "rm -rf lib/ && rm -rf dist/",
"lint": "prettier --check src/**/* && eslint . && echo '✔ eslint and prettier ran successfully.'",
"lint:fix": "prettier --write src/**/*.ts && eslint --fix . && echo '✔ eslint and prettier ran successfully.'",
"test": "NODE_ENV=test NODE_PATH=./node_modules jest --forceExit --config=tests/config/jest.config.js"
"test": "npm run build && NODE_ENV=test NODE_PATH=./node_modules jest --forceExit --config=tests/config/jest.config.js"
},
"main": "./lib/back-end.js",
"browser": "./dist/bundle.js",
Expand Down

0 comments on commit 8dbfea3

Please sign in to comment.