Skip to content

Commit

Permalink
Remove postinstall package, use the native yarn lifecycle script inst…
Browse files Browse the repository at this point in the history
…ead (#684)

* Remove postinstall package, use the native yarn lifecycle script instead

* Add @babel/plugin-proposal-logical-assignment-operators to the devDependencies, otherwise build fails. Not sure why it is not there already.
  • Loading branch information
estellecomment committed Sep 6, 2023
1 parent e7360c4 commit 0fa3584
Show file tree
Hide file tree
Showing 2 changed files with 2,275 additions and 2,029 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"@babel/eslint-plugin": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
Expand Down Expand Up @@ -193,7 +194,6 @@
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^4.0.4",
"postcss-simple-vars": "^5.0.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.8.4",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit 0fa3584

Please sign in to comment.