no message

This commit is contained in:
2026-06-16 16:27:02 +08:00
parent 6e0a1fbcbb
commit 33070ad827
2436 changed files with 183 additions and 1746 deletions

View File

@@ -12,6 +12,7 @@
"main": "./dist/scratch-gui.js",
"scripts": {
"build": "npm run clean && cross-env NODE_ENV=production webpack --colors --bail",
"build:cdn-pure": "npm run clean && cross-env NODE_ENV=production UNITY_CDN_PURE=1 webpack --colors --bail",
"build:test": "npm run clean && cross-env NODE_ENV=production node scripts\\patch-config.js && webpack --colors --bail",
"build:prod": "npm run clean && cross-env NODE_ENV=production node scripts\\patch-config.js && webpack --colors --bail",
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",