Skip to content

Commit

Permalink
Fix postinstall on windows command prompt (equinor#449)
Browse files Browse the repository at this point in the history
Co-authored-by: winkler <[email protected]>
  • Loading branch information
toF and winkler authored Jul 9, 2021
1 parent 7744692 commit 327dce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "build/index.js",
"scripts": {
"start": "webpack serve --mode development --devtool inline-source-map --entry ./src/demo/index.js --open",
"postinstall": "cp ./package.json ../webviz_subsurface_components/ && npm run setup_deckgl_types",
"postinstall": "copyfiles ./package.json ../webviz_subsurface_components/ && npm run setup_deckgl_types",
"build:js": "webpack --mode production",
"build:js-dev": "webpack --mode development",
"build:js-demo": "webpack --mode production --entry ./src/demo/index.js",
Expand Down

0 comments on commit 327dce0

Please sign in to comment.