mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
no watchers during testing
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -23,10 +23,6 @@ jobs:
|
||||
- name: Install the project
|
||||
run: npm install
|
||||
|
||||
- name: Fix watchers amount
|
||||
run: echo fs.inotify.max_user_watches=524288 |
|
||||
sudo tee -a /etc/sysctl.conf && sudo sysctl -p
|
||||
|
||||
- name: Run lint
|
||||
run: npm run lint
|
||||
|
||||
|
||||
@@ -105,6 +105,7 @@ module.exports = function (config) {
|
||||
webpack: {
|
||||
mode: 'development',
|
||||
entry: './src/main.js',
|
||||
watch: false,
|
||||
resolve: {
|
||||
extensions: ['.js', '.vue', '.json'],
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user