Skip to content

Commit

Permalink
fix: delete postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Mar 19, 2020
1 parent 7bc19fe commit acc464c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/ssr-with-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-with-ts",
"version": "2.3.5",
"version": "2.3.7",
"description": "ykfe",
"dependencies": {
"egg-scripts": "^2.10.0",
Expand Down Expand Up @@ -57,7 +57,6 @@
"node": ">=10.16.0"
},
"scripts": {
"postinstall": "rimraf node_modules/*rax*",
"prod": "npm run build && NODE_ENV=production egg-scripts start --title=egg-server-ssr-with-ts --framework=midway --ts",
"stop": "egg-scripts stop --title=egg-server-ssr-with-ts",
"start": "concurrently \"npm run ssr\" \"npm run csr\"",
Expand Down

0 comments on commit acc464c

Please sign in to comment.