Skip to content

Commit 1c81e48

Browse files
committed
update npm scripts
1 parent bcb1e24 commit 1c81e48

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ package-lock.json
3535
yarn.lock
3636

3737
# custom
38-
38+
server/dist
3939
build/
40-
4140
tmp/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
],
2828
"private": true,
2929
"scripts": {
30-
"build": "npm run build -w client",
30+
"build": "npm run build -ws",
3131
"link-sdk": "yalc link @rtsdk/topia",
3232
"unlink-sdk": "yalc remove @rtsdk/topia",
3333
"server": "npm run start --prefix server",
3434
"client": "npm start --prefix client",
35-
"start": "source commit_info.txt; npm start -w server",
35+
"start": "npm run start -w server",
3636
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\"",
3737
"dev-server": "npm run dev --prefix server",
3838
"dev-client": "npm run start --prefix client"
3939
},
4040
"type": "module",
4141
"version": "1.0.17"
42-
}
42+
}

0 commit comments

Comments
 (0)