Skip to content

Commit

Permalink
update site and e2e (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Oct 31, 2023
1 parent 484b907 commit 3f89182
Show file tree
Hide file tree
Showing 6 changed files with 815 additions and 236 deletions.
1 change: 1 addition & 0 deletions e2e-package-managers/yarn/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
yarn.lock
.yarn
1 change: 1 addition & 0 deletions e2e-package-managers/yarn/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion e2e-package-managers/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"postcss-preset-env": "^9.2.0"
},
"volta": {
"extends": "../../package.json"
"extends": "../../package.json",
"yarn": "4.0.1"
}
}
168 changes: 95 additions & 73 deletions e2e/package-lock.json

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

2 changes: 1 addition & 1 deletion postcss-recipes/minimal-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@csstools/postcss-bundler": "^1.0.2",
"@csstools/postcss-minify": "^1.0.0",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^9.1.0"
"postcss-preset-env": "^9.3.0"
},
"scripts": {
"build": "NODE_ENV=production postcss ./src/css/style.css -o ./dist/css/style.css",
Expand Down
Loading

0 comments on commit 3f89182

Please sign in to comment.