Skip to content

Commit

Permalink
corrected node-modules to node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jcuypers committed Jul 10, 2024
1 parent b117b57 commit a49b053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"start": "electron --trace-warnings --trace-deprecation .",
"clean-build": "npx rimraf build",
"clean-dist": "npx rimraf dist",
"clean-node-modules": "npx rimraf node-modules",
"clean-all": "npx rimraf build dist node-modules",
"clean-node-modules": "npx rimraf node_modules",
"clean-all": "npx rimraf build dist node_modules",
"build": "npm run clean-build && npm run build-src && npm run build-css && npm run build-dark-css && npm run build-eez-runtime && npm run build-lvgl-runtime-v8.3 && npm run build-lvgl-runtime-v9.0 && npm run build-lz4 && npm run make-electron-builder-yml",
"build-src": "tsc && node node_modules/gulp-cli/bin/gulp.js release",
"build-css": "node node_modules/less/bin/lessc --clean-css packages/eez-studio-ui/_stylesheets/main.less build/eez-studio-ui/_stylesheets/main.css && npm run build-component-doc-css",
Expand Down

0 comments on commit a49b053

Please sign in to comment.