Skip to content

Commit

Permalink
coreのビルドでエラーが出るので排除
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Sep 22, 2024
1 parent 555466b commit a4706d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:bundled:win": "cross-env TZ=Asia/Tokyo NODE_ENV=development karma start --single-run --browsers FirefoxCustomHeadless,ChromeCustomHeadless,EdgeHeadless,IE test/bundled/karma.config.base.js",
"build:nako_version": "node src/cnako3.mjs batch/build_nako_version.nako3",
"build:tsc": "tsc",
"build": "npm run build:tsc && npm run build:nako_version && npm run build:core && npm run build:tsc && npm run build:command && npm run build:esbuild && node src/cnako3.mjs batch/calc_hash.nako3",
"build": "npm run build:tsc && npm run build:nako_version && npm run build:tsc && npm run build:command && npm run build:esbuild && node src/cnako3.mjs batch/calc_hash.nako3",
"build:core": "cd core && npm run build",
"build:watch": "node bundle_esbuild.js --watch",
"clean": "npm run build:tsc && node src/cnako3.mjs batch/clean.nako3",
Expand Down

0 comments on commit a4706d5

Please sign in to comment.