Skip to content

Commit

Permalink
Merge pull request #5942 from nextcloud/fix/slightly-faster-npm-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jun 25, 2024
2 parents fc1160c + d389d6a commit 6e6ef99
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 @@ -19,7 +19,7 @@
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite --mode production build",
"dev": "NODE_OPTIONS='--max-old-space-size=4096' vite --mode development build",
"watch": "NODE_OPTIONS='--max-old-space-size=4096' vite --mode development build --watch",
"watch": "NODE_OPTIONS='--max-old-space-size=8192' vite --mode development build --watch",
"lint": "tsc && eslint --ext .js,.vue src cypress",
"lint:fix": "tsc && eslint --ext .js,.vue src cypress --fix",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css css/*.scss",
Expand Down

0 comments on commit 6e6ef99

Please sign in to comment.