Skip to content

Commit

Permalink
Update postinstall script in package.json to install packages before …
Browse files Browse the repository at this point in the history
…running build
  • Loading branch information
Josue Monteiro committed Aug 21, 2024
1 parent c93ac0c commit c60bef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"start": "npm run dev",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"version": "run-s prepare lint escheck test",
"postinstall": "npm run build"
"postinstall": "npm install --ignore-scripts && npm run build"
},
"devDependencies": {
"browser-sync": "^3.0.2",
Expand Down

0 comments on commit c60bef2

Please sign in to comment.