Skip to content

Commit

Permalink
2021-10-27 10:56:21 Wed
Browse files Browse the repository at this point in the history
  • Loading branch information
IceHe committed Oct 27, 2021
1 parent 86f5581 commit 96f17fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"main": "./dist/index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev:watch": "node ./node_modules/parcel-bundler/bin/cli watch ./src/index.js --target node --out-dir ./dist/",
"dev:watch": "node ./node_modules/parcel-bundler/bin/cli watch ./src-node/index.js --target node --out-dir ./dist/",
"dev:hot-reload": "node ./node_modules/nodemon/bin/nodemon --watch ./dist/ ./dist/index.js",
"start": "node ./node_modules/npm-run-all/bin/npm-run-all -p -r dev:watch dev:hot-reload",
"build": "node ./node_modules/parcel-bundler/bin/cli build ./src/index.js --target node --out-dir ./dist/",
"build": "node ./node_modules/parcel-bundler/bin/cli build ./src-node/index.js --target node --out-dir ./dist/",
"lint": "node ./node_modules/eslint/bin/eslint . --ext .js --fix"
},
"devDependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./js/typescript/tsconfig.base",
"include": [
"js/**/*",
"src/**/*"
"src-node/**/*"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 96f17fc

Please sign in to comment.