mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Change tests
* Try to fix check for generated files to create a comment on a PR. * Check for generated files does not count as a failure. * Lint doesn't fail based on stuff in dist. Prettier and lint no longer use the "diff" version. * Removed some commands that weren't really used (specific version electron packager commands that require you to have already ran npm run electron to generate .package folder)
This commit is contained in:
@@ -1,26 +1,16 @@
|
||||
node_modules/
|
||||
|
||||
.dist
|
||||
.tmp
|
||||
.package
|
||||
.build
|
||||
.cypress/
|
||||
.app
|
||||
|
||||
dist/
|
||||
input/
|
||||
assets/
|
||||
doc/
|
||||
markdown/
|
||||
dist
|
||||
input
|
||||
assets
|
||||
doc
|
||||
markdown
|
||||
electron
|
||||
tools
|
||||
src/ThirdParty
|
||||
|
||||
|
||||
test/netscript/
|
||||
|
||||
electron/lib
|
||||
electron/greenworks.js
|
||||
src/ThirdParty/*
|
||||
src/JSInterpreter.js
|
||||
tools/engines-check/
|
||||
|
||||
editor.main.js
|
||||
main.bundle.js
|
||||
webpack.config.js
|
||||
|
||||
Reference in New Issue
Block a user