Skip to content

Commit 77dff4f

Browse files
committed
chore: update dependencies
exclude tests-related stuff test: remove all the tests-related stuff tests are gonna be reconsidered later chore: update the contributing guide chore: update build-pipeline to correspond to new deps
1 parent f129948 commit 77dff4f

14 files changed

+5002
-10292
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# No need in all these files to be shipped to the end user
1+
# No need in all these files and folders to be shipped to the end user
22
.github/
33
test/
44
src/
55
examples/
66
.babelrc
77
rollup.config.js
88
CONTRIBUTING.md
9-
chromedriver.log
9+
*.log

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ First of all, thank you. I really do appreciate it!
1313
Nowadays the workflow would be something like the follows
1414

1515
1. Fork the repo and clone it
16-
1. `$ npm i`
17-
1. `$ npm run dev`
16+
1. `$ npm i` or `$ yarn install`
17+
1. `$ npm run dev` or `$ yarn dev`
1818
1. Make changes...
1919
1. <s>`$ npm run test`</s> (will only become true when we're done with automated testing issues we're currently experiencing)
20-
1. `$ npm run build`
20+
1. `$ npm run build` or `$ yarn build`
2121
1. Commit, push and start a pull request
2222

2323
No need to update the NPM-package version, I'll do it myself (since the process isn't automated yet).

0 commit comments

Comments
 (0)