Adds SFRA 6.0

This commit is contained in:
Isaac Vallee
2021-12-21 10:57:31 -08:00
parent d04eb5dd16
commit 823c7608c3
1257 changed files with 137087 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
orbs:
node: circleci/node@1.1
jobs:
build:
working_directory: ~/build_only
executor:
name: node/default
tag: '12.21'
steps:
- checkout
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run compile:js
- run: npm run compile:scss
version: 2.1