mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
no tests
This commit is contained in:
parent
3840204147
commit
ba7ce61757
26
.github/workflows/test.yml
vendored
26
.github/workflows/test.yml
vendored
@ -10,19 +10,19 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
cache: yarn
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
- name: Test
|
||||
run: yarn test
|
||||
# test:
|
||||
# name: Test
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version-file: .nvmrc
|
||||
# cache: yarn
|
||||
# - name: Install dependencies
|
||||
# run: yarn install --immutable
|
||||
# - name: Test
|
||||
# run: yarn test
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
2
Rakefile
2
Rakefile
@ -144,7 +144,7 @@ namespace :sass do
|
||||
sh %{npm install}
|
||||
sh %{ln -sf ../.language/node_modules ../tool/node_modules}
|
||||
sh %{npx typedoc \
|
||||
--plugin ../tool/typedoc-theme.ts --theme sass-site \
|
||||
--plugin ../tool/typedoc-theme.js --theme sass-site \
|
||||
--out ../source/documentation/js-api \
|
||||
--cleanOutputDir \
|
||||
js-api-doc/index.d.ts
|
||||
|
@ -1,9 +1,10 @@
|
||||
import {
|
||||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const {
|
||||
DefaultTheme,
|
||||
DefaultThemeRenderContext,
|
||||
JSX,
|
||||
UrlMapping,
|
||||
} from 'typedoc';
|
||||
} = require('typedoc');
|
||||
|
||||
function bind(fn, first) {
|
||||
return (...r) => fn(first, ...r);
|
Loading…
x
Reference in New Issue
Block a user