Skip to content

Commit

Permalink
Merge pull request #890 from metabrainz/fix-build-workflow
Browse files Browse the repository at this point in the history
chore: Fix CI builds
  • Loading branch information
MonkeyDo committed Oct 18, 2022
2 parents 09f344f + c576873 commit eb55150
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"private": true,
"scripts": {
"clean": "./scripts/clean.sh",
"prepublishOnly": "npm run clean",
"postinstall": "npm run prepublishOnly",
"prepare": "npm run clean",
"build-server-js": "babel src --out-dir lib --source-maps --ignore src/api --extensions .js,.jsx,.ts,.tsx",
"build-api-js": "babel src --out-dir lib --ignore 'src/server','src/client' --extensions .js,.jsx,.ts,.tsx",
"build-scss": "./scripts/build-scss.sh",
Expand All @@ -25,7 +24,7 @@
"dupreport": "npx jsinspect src/ || true"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 16.16.0"
},
"browserslist": "> 0.25%, not dead",
"dependencies": {
Expand Down

0 comments on commit eb55150

Please sign in to comment.