Skip to content

Commit 0b191f1

Browse files
committed
Fixed build pipeline to be in line with readme
1 parent 45f8ef0 commit 0b191f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"test": "react-scripts test",
2828
"eject": "react-scripts eject",
2929
"server": "npx ts-node ./server.ts",
30-
"standalone": "npx ts-node ./server.ts --standalone"
30+
"standalonets": "npx ts-node ./server.ts --standalone",
31+
"buildserver": "npx tsc",
32+
"standalonejs": "node ./server.js --standalone"
3133
},
3234
"eslintConfig": {
3335
"extends": [

0 commit comments

Comments
 (0)