Skip to content

Commit e1a01fd

Browse files
committed
changed package.json to be ignored
1 parent cbedd45 commit e1a01fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ resources/lang/locales.js
3333
resources/assets/pterodactyl/scripts/helpers/ziggy.js
3434
resources/assets/scripts/helpers/ziggy.js
3535
.phpunit.result.cache
36+
package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
110110
"build": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --progress",
111111
"build:production": "yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production",
112-
"serve": "yarn run clean && cross-env PUBLIC_PATH=https://pterodactyl.test:8080 NODE_ENV=development TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling webpack-dev-server --host 0.0.0.0 --hot --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem"
112+
"serve": "yarn run clean && cross-env PUBLIC_PATH=https://ptero.test:8080 NODE_ENV=development TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling webpack-dev-server --host 0.0.0.0 --hot"
113113
},
114114
"browserslist": [
115115
"> 0.5%",

0 commit comments

Comments
 (0)