mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 17:16:57 +08:00
7 lines
236 B
YAML
7 lines
236 B
YAML
language: node_js
|
|
node_js:
|
|
- '4.1.0'
|
|
before_install:
|
|
- currentfolder=${PWD##*/}
|
|
- if [ "$currentfolder" != 'react-webpack-template' ]; then cd .. && eval "mv $currentfolder react-webpack-template" && cd react-webpack-template; fi
|