Skip to content

Commit

Permalink
Merge pull request #15 from arctic-sdi/update-scripts
Browse files Browse the repository at this point in the history
Update package scripts due to webpack-cli update
  • Loading branch information
ZakarFin authored Aug 30, 2024
2 parents b751cf5 + dd37d26 commit 3cde8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@cyclonedx/bom": "^3.10.1"
},
"scripts": {
"build": "webpack --config ./node_modules/oskari-frontend/webpack.config.js --mode production --progress --env.appdef=apps",
"build:dev": "node ./node_modules/oskari-frontend/node_modules/webpack/bin/webpack.js --config ./node_modules/oskari-frontend/webpack.config.js --mode production --progress --env.appdef=apps",
"start:dev": "node ./node_modules/oskari-frontend/node_modules/webpack-dev-server/bin/webpack-dev-server.js --config ./node_modules/oskari-frontend/webpack.config.js --hot --env.appdef=devapp:apps",
"build": "webpack --config ./node_modules/oskari-frontend/webpack.config.js --mode production --progress --env appdef=apps",
"build:dev": "node ./node_modules/oskari-frontend/node_modules/webpack/bin/webpack.js --config ./node_modules/oskari-frontend/webpack.config.js --mode production --progress --env appdef=apps",
"start:dev": "node ./node_modules/oskari-frontend/node_modules/webpack-dev-server/bin/webpack-dev-server.js --config ./node_modules/oskari-frontend/webpack.config.js --hot --env appdef=devapp:apps",
"test": "eslint --config ./node_modules/oskari-frontend/.eslintrc.js bundles",
"generate-bom": "cyclonedx-bom --include-dev -o frontend-bom.json"
},
Expand Down

0 comments on commit 3cde8e7

Please sign in to comment.