Skip to content

Commit b10f45c

Browse files
Merge branch 'master' into spofford/hyphenated-bin
2 parents 752633e + 47f6b43 commit b10f45c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# UNRELEASED
44

5+
### fix: removes unnecessary tsc step in sveltekit build script
6+
57
### feat!: `dfx info pocketic-config-port`
68

79
Due to the incompatibility between the APIs on the replica port and the PocketIC port, `dfx info replica-port`

Diff for: src/dfx/assets/project_templates/svelte/src/__frontend_name__/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"setup": "npm i && dfx canister create __backend_name__ && dfx generate __backend_name__ && dfx deploy",
88
"start": "vite --port 3000",
99
"prebuild": "dfx generate",
10-
"build": "tsc && vite build",
10+
"build": "vite build",
1111
"format": "prettier --write \"src/**/*.{json,js,jsx,ts,tsx,css,scss}\""
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)