mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix path to index
This commit is contained in:
parent
0c33c96872
commit
0a7f656c2d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
"test": "mocha",
|
||||
"watch": "./node_modules/.bin/nodemon --config nodemon.json ./",
|
||||
"build": "yarn run build:server & yarn run build:static",
|
||||
"build:server": "ncc build index.js -e jsdom -o dist",
|
||||
"build:server": "ncc build ./src/index.js -e jsdom -o dist",
|
||||
"build:static": "webpack --config webpack.config.js --env static=true --env mode=production",
|
||||
"build:static:dev": "webpack --config webpack.config.js --env static=true --env mode=development",
|
||||
"license:check": "./node_modules/.bin/license-check-and-add check",
|
||||
|
|
Loading…
Reference in a new issue