This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
seeker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix build script
master
David Ludwig
4 years ago
parent
00dfa2e644
commit
1890837462
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@ -7,7 +7,7 @@
"license"
:
"MIT"
,
"scripts"
:
{
"clean"
:
"rimraf ./build"
,
"build"
:
"tsc
-P ./tsconfig.server.json
"
,
"build"
:
"tsc"
,
"start"
:
"NODE_ENV=production node ."
,
"start:dev"
:
"nodemon"
}
,
Write
Preview
Loading…
Cancel
Save