Skip to content

Commit

Permalink
Fix: packagejson clean script (#21)
Browse files Browse the repository at this point in the history
* chore: updating Looker sdk versions & removing eslint package issues

* fix: adding clean script back to package json to remove error on startup

---------

Co-authored-by: Luka Fontanilla <maluka@google.com>
  • Loading branch information
LukaFontanilla and Luka Fontanilla authored Mar 27, 2024
1 parent 38ce899 commit deeacfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"analyze": "export ANALYZE_MODE=static && npm run build",
"build": "export BABEL_ENV=build && webpack --config webpack.prod.js",
"clean": "rm -rf dist",
"start": "webpack serve --hot --server-type https --port 8080 --config webpack.develop.js",
"prebuild": "npm run clean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"analyze": "export ANALYZE_MODE=static && npm run build",
"build": "export BABEL_ENV=build && webpack --config webpack.prod.js",
"clean": "rm -rf dist",
"start": "webpack serve --hot --server-type https --port 8080 --config webpack.develop.js",
"prebuild": "npm run clean"
},
Expand Down

0 comments on commit deeacfb

Please sign in to comment.