mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-02-02 09:04:34 +01:00
Create manual workflow to run tests on the production version of BitwiseCmd (#60)
* Simplify BitwiseCmdTests action responsibilities * Fix build script to avoid hanging server * Run unit tests in PR workflow
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build && npx http-server ./build -p 3030",
|
||||
"build": "react-scripts build",
|
||||
"release": "react-scripts build && gh-pages -d build --message Release",
|
||||
"deploy": "gh-pages -d build --message Release",
|
||||
"test": "react-scripts test",
|
||||
|
||||
Reference in New Issue
Block a user