mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
📎 Add some minor changes to package.json scripts section.
This commit is contained in:
parent
e44ea47497
commit
a0d527f795
2 changed files with 17 additions and 25 deletions
|
@ -12,17 +12,15 @@
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"validate-translations": "node ./scripts/validate-translations.js",
|
"compile-test": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
||||||
"watch-main": "shadow-cljs watch main",
|
"run-test": "node target/test.js",
|
||||||
|
"test": "yarn run compile-test && yarn run run-test",
|
||||||
"watch-gulp": "gulp watch",
|
"watch-gulp": "gulp watch",
|
||||||
"test-watch-compile": "shadow-cljs watch test",
|
"watch-main": "shadow-cljs watch main",
|
||||||
"test-run": "node target/tests.js",
|
"watch-test": "clojure -M:dev:shadow-cljs watch test",
|
||||||
"test-watch-run": "nodemon --signal SIGKILL --watch target --exec npm run test-run",
|
"validate-translations": "node ./scripts/validate-translations.js",
|
||||||
"test-watch": "npm-run-all --parallel test-watch-compile test-watch-run",
|
|
||||||
"test": "npm run test-watch",
|
|
||||||
"test-e2e": "cypress run",
|
"test-e2e": "cypress run",
|
||||||
"test-e2e-gui": "cypress open",
|
"test-e2e-gui": "cypress open"
|
||||||
"start": "npm-run-all --parallel watch-gulp watch-main"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
|
|
|
@ -62,23 +62,17 @@
|
||||||
:test
|
:test
|
||||||
{:target :node-test
|
{:target :node-test
|
||||||
:output-to "target/tests.js"
|
:output-to "target/tests.js"
|
||||||
|
:output-dir "target/test/"
|
||||||
:ns-regexp "^app.*-test$"
|
:ns-regexp "^app.*-test$"
|
||||||
;; :autorun true
|
:autorun true
|
||||||
|
|
||||||
:release
|
:compiler-options
|
||||||
{:compiler-options
|
{:output-feature-set :es8
|
||||||
{:pseudo-names true
|
:output-wrapper false
|
||||||
:pretty-print true
|
:source-map true
|
||||||
:source-map true
|
:source-map-include-sources-content true
|
||||||
:source-map-include-sources-content true
|
:source-map-detail-level :all
|
||||||
:source-map-detail-level :all
|
:warnings {:fn-deprecated false}}}
|
||||||
:optimizations :whitespace
|
|
||||||
:fn-invoke-direct true}}
|
|
||||||
|
|
||||||
:dev
|
}}
|
||||||
{:compiler-options
|
|
||||||
{:output-feature-set :es8
|
|
||||||
:output-wrapper false}}
|
|
||||||
|
|
||||||
}}}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue