mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 08:30:33 +08:00
Enable linting for scripts and fix lint errors (#1245)
This commit is contained in:

committed by
acywatson

parent
bf6bf30504
commit
0d03dbe7dd
@ -3,8 +3,6 @@
|
||||
'use strict';
|
||||
|
||||
const {exec} = require('child-process-promise');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
async function prepareLexicalCorePackage() {
|
||||
await exec(`rm -rf ./packages/lexical/npm`);
|
||||
|
Reference in New Issue
Block a user