mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
ci: Rename "start" script to "all"
This commit is contained in:
parent
76f29d8565
commit
ad3c8a94d0
@ -8,7 +8,7 @@ node_js: 8
|
|||||||
before_script:
|
before_script:
|
||||||
- npm prune
|
- npm prune
|
||||||
script:
|
script:
|
||||||
- npm start
|
- npm all
|
||||||
after_success:
|
after_success:
|
||||||
- npx babel-node ./bin/sync-algolia.js
|
- npx babel-node ./bin/sync-algolia.js
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm-run-all --sequential build lint test",
|
"all": "npm-run-all --sequential build lint test",
|
||||||
"build": "./bin/build.sh",
|
"build": "./bin/build.sh",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user