Skip to content

Commit 9f41258

Browse files
committed
Revert "Convert src/core/index.js to TypeScript (index.ts)"
This reverts commit c38835b.
1 parent b954bb2 commit 9f41258

3 files changed

Lines changed: 4 additions & 995 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "jest",
99
"setup": "npm install && cd example && npm install",
1010
"dev": "npm run build && cd example && npm run dev",
11-
"build": "rimraf ./dist/ && tsc && cp -r package.json README.md engineConfig.json parser/ dist/",
11+
"build": "rimraf ./dist/ && tsc && cp -r package.json README.md engineConfig.json parser/ dist/ && cp src/core/index.js dist/src/core/",
1212
"docs:dev": "vitepress dev docs",
1313
"docs:build": "vitepress build docs",
1414
"docs:preview": "vitepress preview docs"

0 commit comments

Comments
 (0)