Skip to content

Commit

Permalink
try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 12, 2023
1 parent 116962e commit c7b88b6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
"type": "module",
"main": "Xlsx.js",
"scripts": {
"clean-test": "cd tests/FsSpreadsheet.Tests/js & dotnet fable clean --extension .js --yes",
"pretest": "npm run clean-test && dotnet fable tests/FsSpreadsheet.Tests -o tests/FsSpreadsheet.Tests/js",
"pretest": "dotnet fable tests/FsSpreadsheet.Tests --noCache -o tests/FsSpreadsheet.Tests/js",
"test": "mocha tests/FsSpreadsheet.Tests/js",
"clean-testexceljs": "cd tests/FsSpreadsheet.Exceljs.Tests/js & dotnet fable clean --extension .js --yes",
"pretestexceljs": "npm run clean-testexceljs && dotnet fable tests/FsSpreadsheet.Exceljs.Tests -o tests/FsSpreadsheet.Exceljs.Tests/js",
"pretestexceljs": "dotnet fable tests/FsSpreadsheet.Exceljs.Tests --noCache -o tests/FsSpreadsheet.Exceljs.Tests/js",
"testexceljs": "mocha tests/FsSpreadsheet.Exceljs.Tests/js --timeout 20000",
"clean-testjs": "cd tests/JS/FsSpreadsheet.Exceljs & dotnet fable clean --extension .fs.js --yes",
"pretestjs": "npm run clean-testjs && dotnet fable src/FsSpreadsheet.Exceljs -o tests/JS/FsSpreadsheet.Exceljs --extension .fs.js",
"pretestjs": "dotnet fable src/FsSpreadsheet.Exceljs --noCache -o tests/JS/FsSpreadsheet.Exceljs",
"testjs": "mocha tests/JS --timeout 20000",
"prebundle": "mkdir dist & dotnet fable clean --extension .js --yes -o dist",
"bundle": "dotnet fable src/FsSpreadsheet.Exceljs -o dist"
Expand Down

0 comments on commit c7b88b6

Please sign in to comment.