Skip to content

Commit

Permalink
deploy:dev cmd avoids claspignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Mar 13, 2024
1 parent 698933a commit 69e863e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_commons_booking_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"setup:https": "mkdirp certs && mkcert -key-file ./certs/key.pem -cert-file ./certs/cert.pem localhost 127.0.0.1",
"build:dev": "cross-env NODE_ENV=development webpack",
"build": "cross-env NODE_ENV=production webpack",
"deploy:dev": "rimraf dist && npm run build:dev && npx clasp push",
"deploy:dev": "rimraf dist && npm run build:dev && rm dist/main.js && npx clasp push",
"deploy": "rimraf dist && npm run build && npx clasp push",
"serve": "cross-env NODE_ENV=development webpack serve",
"start": "npm run deploy:dev && npm run serve"
Expand Down

0 comments on commit 69e863e

Please sign in to comment.