Skip to content

Commit 8b1b2d8

Browse files
fix: src for server added
1 parent 726a075 commit 8b1b2d8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ignore
1010
LiaScript
1111
node_modules/
1212
scripts
13-
server
13+
src/
1414
*.zip
1515
ignore
1616
test/

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"liaex": "dist/index.js"
1818
},
1919
"preferGlobal": true,
20+
"files": [
21+
"dist/"
22+
],
2023
"scripts": {
2124
"postinstall": "npx puppeteer browsers install chrome",
2225
"__preinstall": "cd LiaScript && npm i && npm run build:scorm1.2 && cp -r dist ../assets/scorm1.2",

0 commit comments

Comments
 (0)