Skip to content

Commit

Permalink
Python実行系のバージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuyoshi-yamazaki committed Aug 29, 2023
1 parent c2fe78b commit 64b735d
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 @@ -35,7 +35,7 @@
"react-dom": "^17.0.1"
},
"scripts": {
"build": "webpack && python src/html-generator/generate.py && echo '\\007'",
"build": "webpack && python3 src/html-generator/generate.py && echo '\\007'",
"watch": "webpack -w",
"test": "jest",
"start": "webpack serve --open --mode development"
Expand All @@ -60,4 +60,4 @@
},
"testEnvironment": "node"
}
}
}

0 comments on commit 64b735d

Please sign in to comment.