mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Fixed make docs script
This commit is contained in:
parent
3acce2cb85
commit
709bdd7888
1 changed files with 13 additions and 14 deletions
|
@ -1,9 +1,8 @@
|
||||||
const { exec } = require('child_process');
|
import exec from 'child_process'
|
||||||
const fs = require('fs')
|
import fs from 'fs'
|
||||||
const path = require('path')
|
import path from 'path'
|
||||||
|
|
||||||
|
import pjson from './src/package.json'
|
||||||
const pjson = require('./src/package.json')
|
|
||||||
const VERSION=pjson.version
|
const VERSION=pjson.version
|
||||||
console.log(`Building docs for version ${VERSION}`)
|
console.log(`Building docs for version ${VERSION}`)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue