Skip to content
Snippets Groups Projects
Commit f149386b authored by Phil Hughes's avatar Phil Hughes
Browse files

Added yarn

parent 57973dc3
No related branches found
No related tags found
No related merge requests found
Pipeline #
{
"presets": ["es2015", "stage-0"]
"presets": ["es2015"]
}
Loading
Loading
@@ -7,14 +7,14 @@ cache:
compile:
stage: test
script:
- npm i
- npm run webpack
- yarn install
- yarn run webpack
 
test:
stage: test
script:
- npm i
- npm test
- yarn install
- yarn test
 
pages:
stage: deploy
Loading
Loading
Loading
Loading
@@ -8,10 +8,7 @@
"webpack-run": "webpack --watch",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/gl-frontend/notebooklab.git"
},
"repository": "git+ssh://git@gitlab.com/gl-frontend/notebooklab.git",
"author": "",
"license": "MIT",
"bugs": {
Loading
Loading
yarn.lock 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment