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
Pôle IS
Bundles Symfony 2
ng-model-generator-bundle
Commits
33eb236f
Commit
33eb236f
authored
Feb 17, 2021
by
Guillaume Perréal
Browse files
test: corrige la compilation du code généré.
parent
08893874
Changes
3
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
33eb236f
...
...
@@ -9,7 +9,7 @@
"lint"
:
"eslint --fix '{src,tests}/**/*.{js,ts}' --quiet --fix"
,
"test"
:
"jest"
,
"test:lint"
:
"eslint '{src,tests}/**/*.{js,ts}'"
,
"test:compile-generated"
:
"cd tests/Fixtures && npm install &&
tsc --pretty
"
"test:compile-generated"
:
"cd tests/Fixtures && npm install &&
npm run-script build
"
},
"repository"
:
{
"type"
:
"git"
,
...
...
tests/Fixtures/models
0 → 120000
View file @
33eb236f
../../output
\ No newline at end of file
tests/Fixtures/package.json
View file @
33eb236f
...
...
@@ -2,5 +2,8 @@
"name"
:
"ng-model-generator-test"
,
"dependencies"
:
{
"irstea-ng-model"
:
"file:../.."
},
"scripts"
:
{
"build"
:
"tsc --pretty -noEmit"
}
}
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