This commit is contained in:
Leandro Facchinetti 2023-01-02 10:16:58 +00:00
parent b1ad1397e0
commit 6df96987bb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2022 Leandro Facchinetti <license@leafac.com> (https://leafac.com) Copyright (c) 2023 Leandro Facchinetti <license@leafac.com> (https://leafac.com)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -26,7 +26,7 @@
"prepare": "(cd ./server/ && npm run prepare && cd ..) && (cd ./static/ && npm run prepare && cd ..)", "prepare": "(cd ./server/ && npm run prepare && cd ..) && (cd ./static/ && npm run prepare && cd ..)",
"start": "nodemon --watch \"./server/**/*.mts\" --watch \"./static/{{prepare,leafac--javascript}.mjs,**/*.{png,jpeg,ico}}\" --watch \"./configuration/**/*.mjs\" --ext \"*\" --exec \"npm run prepare && node ./build/server/index.mjs ./configuration/development.mjs\"", "start": "nodemon --watch \"./server/**/*.mts\" --watch \"./static/{{prepare,leafac--javascript}.mjs,**/*.{png,jpeg,ico}}\" --watch \"./configuration/**/*.mjs\" --ext \"*\" --exec \"npm run prepare && node ./build/server/index.mjs ./configuration/development.mjs\"",
"start:clean:data": "npm run clean:data && npm run start", "start:clean:data": "npm run clean:data && npm run start",
"test": "prettier --check \"./server/**/*.mts\" --check \"./static/prepare.mjs\" --check \"./configuration/**/*.mjs\" --end-of-line auto && npm run prepare && cross-env TEST=kill-the-newsletter node ./build/server/index.mjs", "test": "prettier --check \"./README.md\" --check \"./package.json\" --check \"./server/**/*.mts\" --check \"./static/prepare.mjs\" --check \"./configuration/**/*.mjs\" --end-of-line auto && npm run prepare && cross-env TEST=kill-the-newsletter node ./build/server/index.mjs",
"clean:all": "npm run clean:build && npm run clean:data && npm run clean:node_modules", "clean:all": "npm run clean:build && npm run clean:data && npm run clean:node_modules",
"clean:build": "shx rm -rf ./build/", "clean:build": "shx rm -rf ./build/",
"clean:data": "shx rm -rf ./data/", "clean:data": "shx rm -rf ./data/",