Skip to content

Commit cb55fcc

Browse files
committed
Fix postinstall script in package.json
1 parent 52decbc commit cb55fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
}
8787
},
8888
"scripts": {
89-
"postinstall": "dotnet restore",
89+
"postinstall": "dotnet restore server server.test",
9090
"eslint": "eslint client client.test tools",
9191
"stylelint": "stylelint \"client/components/**/*.css\" \"client/routes/**/*.css\"",
9292
"lint": "npm run eslint && npm run stylelint",

0 commit comments

Comments
 (0)