Hard links instead of soft links perhaps?

This commit is contained in:
Noah Santschi-Cooney 2018-06-02 22:47:44 +01:00
parent 55f0eb4798
commit 0863621186
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -3,8 +3,6 @@ pipeline:
image: node:${NODE_VERSION}
commands:
- npm i
- ls
- pwd
- npm run lint
matrix: