Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
webf
react-webf
Commits
91d6096e
Commit
91d6096e
authored
May 06, 2020
by
Mickaël Bourgier
Browse files
👷
Add typescript build check to CI
parent
3abe3b48
Pipeline
#1772
passed with stage
in 1 minute and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yaml
View file @
91d6096e
...
...
@@ -6,6 +6,7 @@ test:
before_script
:
-
yarn install
script
:
-
yarn build:check
-
yarn test --coverage
-
yarn lint
-
yarn prettier:check
package.json
View file @
91d6096e
...
...
@@ -27,6 +27,7 @@
"module"
:
"dist/es/index.js"
,
"scripts"
:
{
"build"
:
"rm -rf dist && tsc --rootDir ./src --outDir ./dist --declaration"
,
"build:check"
:
"tsc --noEmit"
,
"dev"
:
"WEBPACK_TARGET=docs yarn docs:dev"
,
"docs:build"
:
"rm -rf docs/dist && NODE_ENV=production WEBPACK_TARGET=docs webpack"
,
"docs:dev"
:
"webpack-dev-server --hot"
,
...
...
Write
Preview
Supports
Markdown
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