Rename npm scripts to environment-prefixed names (dev:/prod:/devtoprod:/prodto:dev:/infra:).
Align package.json scripts and their references across scripts/, infra/, and db/ SQL with the dev-first workflow naming scheme. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
a2263ca186
commit
96285737f5
+1
-1
@@ -1,5 +1,5 @@
|
||||
-- Virtual Art Gallery — canonical PostgreSQL schema
|
||||
-- Applied by: npm run migrate (server/migrate.js)
|
||||
-- Applied by: npm run dev:migrate (server/migrate.js)
|
||||
-- Incremental ALTER migrations in db/migrate-*.sql run after this on existing databases.
|
||||
|
||||
CREATE TABLE IF NOT EXISTS historical_eras (
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
--
|
||||
-- AFTER SUCCESS:
|
||||
-- On dev PC (normal PowerShell, repo root):
|
||||
-- npm run migrate
|
||||
-- npm run dev:migrate
|
||||
-- npm run dev:web
|
||||
-- Open http://devgallery.mysuperlab.netcraze.pro
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user