|
@@ -9,10 +9,10 @@ jobs:
|
|
|
node_js:
|
|
node_js:
|
|
|
- 12
|
|
- 12
|
|
|
name: "Lint src and check docs"
|
|
name: "Lint src and check docs"
|
|
|
- before_install:
|
|
|
|
|
|
|
+ script:
|
|
|
- cd tools
|
|
- cd tools
|
|
|
- git clone --depth=1 https://github.com/wenzhixin/bootstrap-table-examples
|
|
- git clone --depth=1 https://github.com/wenzhixin/bootstrap-table-examples
|
|
|
- script: npm run pre-commit
|
|
|
|
|
|
|
+ - npm run pre-commit
|
|
|
if: branch != master AND type = pull_request
|
|
if: branch != master AND type = pull_request
|
|
|
|
|
|
|
|
- stage: deploy
|
|
- stage: deploy
|