2020-03-13 03:23:54 -07:00
|
|
|
language: node_js
|
2021-04-22 07:27:50 -07:00
|
|
|
|
|
|
|
# "node" (v16) is not supported by node-sass yet
|
|
|
|
# https://github.com/sass/node-sass/pull/3090
|
2020-03-13 03:23:54 -07:00
|
|
|
node_js:
|
2021-04-22 07:27:50 -07:00
|
|
|
- "lts/*"
|
|
|
|
|
2020-03-13 09:13:30 -07:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2021-04-22 07:27:50 -07:00
|
|
|
|
2020-03-13 03:23:54 -07:00
|
|
|
script:
|
2020-03-18 07:28:10 -07:00
|
|
|
- npm run build
|
2020-08-08 06:06:24 -07:00
|
|
|
- npm run test
|
2020-03-13 06:21:52 -07:00
|
|
|
- npm run format
|