Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stewan Lheureux
Échecs féeriques
Commits
eaf6ffde
Commit
eaf6ffde
authored
Mar 18, 2020
by
sunye
Browse files
Correct wrong path to TypeScript main file
parent
10bf9abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
eaf6ffde
...
...
@@ -5,7 +5,7 @@
"main"
:
"build/main.js"
,
"scripts"
:
{
"build"
:
"tsc"
,
"dev"
:
"ts-node-dev --respawn --transpileOnly ./src/main.ts"
,
"dev"
:
"ts-node-dev --respawn --transpileOnly ./src/main
/ts/main
.ts"
,
"serve"
:
"tsc && node ./build/main.js"
,
"test"
:
"alsatian './src/test/ts/**/*.spec.ts' "
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment