Compare commits

...

3 Commits

Author SHA1 Message Date
Winston Chang
a18e72ba74 Rename build to build2 2023-11-16 13:05:38 -06:00
Winston Chang
ef58b0110b REmove yarn engine 2023-11-16 13:00:46 -06:00
Winston Chang
8352e5456b Remove prepare step 2023-11-16 12:54:05 -06:00

View File

@@ -15,8 +15,7 @@
"srcts/types/**/*.d.ts"
],
"engines": {
"node": ">= 14",
"yarn": ">= 1.22"
"node": ">= 14"
},
"dependencies": {
"@types/bootstrap": "3.4.0",
@@ -76,9 +75,8 @@
"util-inspect": "https://github.com/deecewan/browser-util-inspect#c0b4350df4378ffd743e8c36dd3898ce3992823e"
},
"scripts": {
"prepare": "node --eval \"1+1; // help yarn users not install the whole repo; https://github.com/yarnpkg/yarn/issues/2822#issuecomment-847360267\"",
"watch": "yarn run build_shiny --watch",
"build": "yarn run build_shiny && yarn run bundle_extras && yarn run bundle_external_libs",
"build2": "yarn run build_shiny && yarn run bundle_extras && yarn run bundle_external_libs",
"build_shiny": "yarn run checks && yarn run bundle_shiny",
"bundle_shiny": "ts-node srcts/build/shiny.ts",
"bundle_external_libs": "ts-node srcts/build/external_libs.ts",